﻿2026-06-04T14:27:56.1775949Z Current runner version: '2.334.0'
2026-06-04T14:27:56.1780774Z Runner name: 'hfenduleam'
2026-06-04T14:27:56.1781206Z Runner group name: 'Default'
2026-06-04T14:27:56.1781732Z Machine name: 'HFENDULEAM'
2026-06-04T14:27:56.1783723Z ##[group]GITHUB_TOKEN Permissions
2026-06-04T14:27:56.1785340Z Contents: read
2026-06-04T14:27:56.1785678Z Metadata: read
2026-06-04T14:27:56.1786019Z Packages: read
2026-06-04T14:27:56.1786400Z ##[endgroup]
2026-06-04T14:27:56.1787755Z Secret source: Actions
2026-06-04T14:27:56.1788197Z Prepare workflow directory
2026-06-04T14:27:56.2062039Z Prepare all required actions
2026-06-04T14:27:56.2086380Z Getting action download info
2026-06-04T14:27:56.8069691Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-04T14:27:57.6283154Z Complete job name: test (self-hosted, Windows, hfenduleam)
2026-06-04T14:27:57.7032331Z ##[group]Run actions/checkout@v5
2026-06-04T14:27:57.7033333Z with:
2026-06-04T14:27:57.7033909Z   repository: SaberMage/spt-core
2026-06-04T14:27:57.7039671Z   token: ***
2026-06-04T14:27:57.7040236Z   ssh-strict: true
2026-06-04T14:27:57.7040795Z   ssh-user: git
2026-06-04T14:27:57.7041375Z   persist-credentials: true
2026-06-04T14:27:57.7041998Z   clean: true
2026-06-04T14:27:57.7042563Z   sparse-checkout-cone-mode: true
2026-06-04T14:27:57.7043402Z   fetch-depth: 1
2026-06-04T14:27:57.7043955Z   fetch-tags: false
2026-06-04T14:27:57.7044525Z   show-progress: true
2026-06-04T14:27:57.7045108Z   lfs: false
2026-06-04T14:27:57.7045644Z   submodules: false
2026-06-04T14:27:57.7046215Z   set-safe-directory: true
2026-06-04T14:27:57.7047007Z ##[endgroup]
2026-06-04T14:27:57.8689899Z Syncing repository: SaberMage/spt-core
2026-06-04T14:27:57.8691553Z ##[group]Getting Git version info
2026-06-04T14:27:57.8692549Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-04T14:27:57.8964024Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-04T14:27:57.9166017Z git version 2.43.0.windows.1
2026-06-04T14:27:57.9195404Z ##[endgroup]
2026-06-04T14:27:57.9203549Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\64ca7300-76fd-47d0-819b-3b6cecbb8681\.gitconfig'
2026-06-04T14:27:57.9216008Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\64ca7300-76fd-47d0-819b-3b6cecbb8681' before making global git config changes
2026-06-04T14:27:57.9217710Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T14:27:57.9221557Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-04T14:27:57.9454396Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-04T14:27:57.9639537Z https://github.com/SaberMage/spt-core
2026-06-04T14:27:57.9667881Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T14:27:57.9674619Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T14:27:57.9862277Z refs/heads/dev-freeform
2026-06-04T14:27:57.9891816Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-04T14:27:58.0152503Z HEAD is now at 107240e feat(net,daemon,ci,docs): M4-D9-6-1 two-host rig ladder — env-gated int tests + runbook
2026-06-04T14:27:58.0617577Z ##[endgroup]
2026-06-04T14:27:58.0620201Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-04T14:27:58.4286640Z ##[group]Cleaning the repository
2026-06-04T14:27:58.4289622Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-04T14:27:59.3496224Z Removing target/
2026-06-04T14:27:59.3535478Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-04T14:27:59.3869880Z HEAD is now at 107240e feat(net,daemon,ci,docs): M4-D9-6-1 two-host rig ladder — env-gated int tests + runbook
2026-06-04T14:27:59.3893973Z ##[endgroup]
2026-06-04T14:27:59.3898372Z ##[group]Disabling automatic garbage collection
2026-06-04T14:27:59.3902815Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-04T14:27:59.4127084Z ##[endgroup]
2026-06-04T14:27:59.4127460Z ##[group]Setting up auth
2026-06-04T14:27:59.4133612Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-04T14:27:59.4350327Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-04T14:27:59.8005772Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T14:27:59.8231345Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-04T14:28:00.1939968Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T14:28:00.2166616Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-04T14:28:00.5865477Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-04T14:28:00.6196265Z ##[endgroup]
2026-06-04T14:28:00.6196709Z ##[group]Fetching the repository
2026-06-04T14:28:00.6204304Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a86371c9cfd87639c4d5dd5e2c82d464bc028ed0:refs/remotes/origin/dev-freeform
2026-06-04T14:28:01.9308502Z From https://github.com/SaberMage/spt-core
2026-06-04T14:28:01.9309095Z  + 107240e...a86371c a86371c9cfd87639c4d5dd5e2c82d464bc028ed0 -> origin/dev-freeform  (forced update)
2026-06-04T14:28:01.9431441Z ##[endgroup]
2026-06-04T14:28:01.9431865Z ##[group]Determining the checkout info
2026-06-04T14:28:01.9433124Z ##[endgroup]
2026-06-04T14:28:01.9440334Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-04T14:28:01.9711794Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-04T14:28:01.9927748Z ##[group]Checking out the ref
2026-06-04T14:28:01.9932333Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T14:28:02.0282271Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-04T14:28:02.0282658Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-04T14:28:02.0283304Z Previous HEAD position was 107240e feat(net,daemon,ci,docs): M4-D9-6-1 two-host rig ladder — env-gated int tests + runbook
2026-06-04T14:28:02.0283768Z Switched to and reset branch 'dev-freeform'
2026-06-04T14:28:02.0306985Z ##[endgroup]
2026-06-04T14:28:02.0546029Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-04T14:28:02.0754723Z a86371c9cfd87639c4d5dd5e2c82d464bc028ed0
2026-06-04T14:28:02.1047221Z ##[group]Run cargo build --workspace --all-targets
2026-06-04T14:28:02.1047694Z [36;1mcargo build --workspace --all-targets[0m
2026-06-04T14:28:02.1053227Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-04T14:28:02.1053550Z ##[endgroup]
2026-06-04T14:28:02.9420622Z    Compiling proc-macro2 v1.0.106
2026-06-04T14:28:02.9420899Z    Compiling unicode-ident v1.0.24
2026-06-04T14:28:02.9421335Z    Compiling quote v1.0.45
2026-06-04T14:28:02.9421734Z    Compiling serde_core v1.0.228
2026-06-04T14:28:02.9422124Z    Compiling serde v1.0.228
2026-06-04T14:28:02.9422429Z    Compiling cfg-if v1.0.4
2026-06-04T14:28:02.9422744Z    Compiling windows-link v0.2.1
2026-06-04T14:28:02.9423114Z    Compiling typenum v1.20.1
2026-06-04T14:28:02.9423441Z    Compiling version_check v0.9.5
2026-06-04T14:28:02.9423794Z    Compiling portable-atomic v1.13.1
2026-06-04T14:28:02.9425757Z    Compiling critical-section v1.2.0
2026-06-04T14:28:02.9426420Z    Compiling subtle v2.6.1
2026-06-04T14:28:02.9426827Z    Compiling memchr v2.8.1
2026-06-04T14:28:02.9427254Z    Compiling semver v1.0.28
2026-06-04T14:28:02.9427686Z    Compiling find-msvc-tools v0.1.9
2026-06-04T14:28:02.9428012Z    Compiling smallvec v1.15.1
2026-06-04T14:28:03.0137992Z    Compiling windows-sys v0.61.2
2026-06-04T14:28:03.0415264Z    Compiling shlex v2.0.1
2026-06-04T14:28:03.0677504Z    Compiling equivalent v1.0.2
2026-06-04T14:28:03.0913813Z    Compiling itoa v1.0.18
2026-06-04T14:28:03.1539088Z    Compiling getrandom v0.2.17
2026-06-04T14:28:03.1626888Z    Compiling pin-project-lite v0.2.17
2026-06-04T14:28:03.2104422Z    Compiling rustc_version v0.4.1
2026-06-04T14:28:03.2688241Z    Compiling cpufeatures v0.2.17
2026-06-04T14:28:03.2812093Z    Compiling hashbrown v0.17.1
2026-06-04T14:28:03.2843717Z    Compiling log v0.4.30
2026-06-04T14:28:03.2935191Z    Compiling generic-array v0.14.7
2026-06-04T14:28:03.3127596Z    Compiling rand_core v0.10.1
2026-06-04T14:28:03.3336592Z    Compiling cc v1.2.63
2026-06-04T14:28:03.3693697Z    Compiling futures-core v0.3.32
2026-06-04T14:28:03.4510146Z    Compiling bytes v1.11.1
2026-06-04T14:28:03.4745451Z    Compiling getrandom v0.4.2
2026-06-04T14:28:03.4966163Z    Compiling stable_deref_trait v1.2.1
2026-06-04T14:28:03.4967916Z    Compiling libc v0.2.186
2026-06-04T14:28:03.5482458Z    Compiling futures-io v0.3.32
2026-06-04T14:28:03.6366615Z    Compiling slab v0.4.12
2026-06-04T14:28:03.6737275Z    Compiling futures-sink v0.3.32
2026-06-04T14:28:03.6885940Z    Compiling autocfg v1.5.1
2026-06-04T14:28:03.7337374Z    Compiling bitflags v2.11.1
2026-06-04T14:28:03.8216687Z    Compiling futures-channel v0.3.32
2026-06-04T14:28:03.8905641Z    Compiling indexmap v2.14.0
2026-06-04T14:28:03.8934648Z    Compiling futures-task v0.3.32
2026-06-04T14:28:03.9067784Z    Compiling curve25519-dalek v4.1.3
2026-06-04T14:28:03.9371659Z    Compiling zerocopy v0.8.50
2026-06-04T14:28:04.0199098Z    Compiling ahash v0.8.12
2026-06-04T14:28:04.0565695Z    Compiling rand_core v0.6.4
2026-06-04T14:28:04.0876189Z    Compiling fnv v1.0.7
2026-06-04T14:28:04.1087093Z    Compiling signature v2.2.0
2026-06-04T14:28:04.1983463Z    Compiling pkg-config v0.3.33
2026-06-04T14:28:04.2404514Z    Compiling vcpkg v0.2.15
2026-06-04T14:28:04.2632522Z    Compiling syn v2.0.117
2026-06-04T14:28:04.3017717Z    Compiling ed25519 v2.2.3
2026-06-04T14:28:04.3234364Z    Compiling cfg_aliases v0.2.1
2026-06-04T14:28:04.3986043Z    Compiling zmij v1.0.21
2026-06-04T14:28:04.4055946Z    Compiling fastrand v2.4.1
2026-06-04T14:28:04.4214864Z    Compiling writeable v0.6.3
2026-06-04T14:28:04.4398142Z    Compiling rustversion v1.0.22
2026-06-04T14:28:04.4769388Z    Compiling serde_json v1.0.150
2026-06-04T14:28:04.5045371Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-04T14:28:04.5877211Z    Compiling litemap v0.8.2
2026-06-04T14:28:04.6556621Z    Compiling crypto-common v0.1.7
2026-06-04T14:28:04.6709317Z    Compiling block-buffer v0.10.4
2026-06-04T14:28:04.6851310Z    Compiling fallible-iterator v0.3.0
2026-06-04T14:28:04.7679349Z    Compiling icu_properties_data v2.2.0
2026-06-04T14:28:04.8129014Z    Compiling digest v0.10.7
2026-06-04T14:28:04.8369455Z    Compiling utf8_iter v1.0.4
2026-06-04T14:28:04.8464439Z    Compiling icu_normalizer_data v2.2.0
2026-06-04T14:28:04.9142813Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-04T14:28:04.9462811Z    Compiling anyhow v1.0.102
2026-06-04T14:28:04.9836824Z    Compiling percent-encoding v2.3.2
2026-06-04T14:28:05.0013948Z    Compiling ring v0.17.14
2026-06-04T14:28:05.0187025Z    Compiling sha2 v0.10.9
2026-06-04T14:28:05.0785851Z    Compiling windows-targets v0.52.6
2026-06-04T14:28:05.0840231Z    Compiling http v1.4.1
2026-06-04T14:28:05.1439154Z    Compiling strsim v0.11.1
2026-06-04T14:28:05.1439651Z    Compiling libsqlite3-sys v0.30.1
2026-06-04T14:28:05.1911474Z    Compiling windows-sys v0.59.0
2026-06-04T14:28:05.2257656Z    Compiling thiserror v2.0.18
2026-06-04T14:28:05.2544642Z    Compiling cpufeatures v0.3.0
2026-06-04T14:28:05.3081634Z    Compiling form_urlencoded v1.2.2
2026-06-04T14:28:05.3522223Z    Compiling chacha20 v0.10.0
2026-06-04T14:28:05.3869138Z    Compiling untrusted v0.9.0
2026-06-04T14:28:05.5026184Z    Compiling ident_case v1.0.1
2026-06-04T14:28:05.5108210Z    Compiling num-traits v0.2.19
2026-06-04T14:28:05.5772095Z    Compiling windows-strings v0.5.1
2026-06-04T14:28:05.6425958Z    Compiling windows-result v0.4.1
2026-06-04T14:28:05.6988950Z    Compiling rand v0.10.1
2026-06-04T14:28:05.7344344Z    Compiling scopeguard v1.2.0
2026-06-04T14:28:05.7442411Z    Compiling rustls v0.23.40
2026-06-04T14:28:05.8224209Z    Compiling unicode-segmentation v1.13.3
2026-06-04T14:28:06.0256152Z    Compiling lock_api v0.4.14
2026-06-04T14:28:06.0602446Z    Compiling const-oid v0.10.2
2026-06-04T14:28:06.0671651Z    Compiling unicode-xid v0.2.6
2026-06-04T14:28:06.2058865Z    Compiling atomic-waker v1.1.2
2026-06-04T14:28:06.2282289Z    Compiling httparse v1.10.1
2026-06-04T14:28:06.2950867Z    Compiling http-body v1.0.1
2026-06-04T14:28:06.3321107Z    Compiling convert_case v0.10.0
2026-06-04T14:28:06.3584870Z    Compiling hybrid-array v0.4.12
2026-06-04T14:28:06.3612409Z    Compiling base64ct v1.8.3
2026-06-04T14:28:06.4511719Z    Compiling winapi v0.3.9
2026-06-04T14:28:06.4836472Z    Compiling heck v0.5.0
2026-06-04T14:28:06.5655143Z    Compiling powerfmt v0.2.0
2026-06-04T14:28:06.6312195Z    Compiling pem-rfc7468 v1.0.0
2026-06-04T14:28:06.6966915Z    Compiling memoffset v0.6.5
2026-06-04T14:28:06.7136514Z    Compiling deranged v0.5.8
2026-06-04T14:28:06.7339391Z    Compiling data-encoding v2.11.0
2026-06-04T14:28:06.8274623Z    Compiling num-conv v0.2.2
2026-06-04T14:28:06.8340143Z    Compiling tinyvec_macros v0.1.1
2026-06-04T14:28:06.9785975Z    Compiling thiserror v1.0.69
2026-06-04T14:28:07.0082084Z    Compiling tower-service v0.3.3
2026-06-04T14:28:07.0288721Z    Compiling time-core v0.1.8
2026-06-04T14:28:07.0995237Z    Compiling parking_lot_core v0.9.12
2026-06-04T14:28:07.1035667Z    Compiling try-lock v0.2.5
2026-06-04T14:28:07.1045550Z    Compiling base64 v0.22.1
2026-06-04T14:28:07.2060573Z    Compiling want v0.3.1
2026-06-04T14:28:07.2191363Z    Compiling tinyvec v1.11.0
2026-06-04T14:28:07.2404415Z    Compiling block-buffer v0.12.0
2026-06-04T14:28:07.3946968Z    Compiling crypto-common v0.2.2
2026-06-04T14:28:07.4752340Z    Compiling vergen-lib v9.1.0
2026-06-04T14:28:07.4849226Z    Compiling inout v0.1.4
2026-06-04T14:28:07.4885034Z    Compiling n0-future v0.3.2
2026-06-04T14:28:07.5084125Z    Compiling serial-core v0.4.0
2026-06-04T14:28:07.5302087Z    Compiling winreg v0.10.1
2026-06-04T14:28:07.6578806Z    Compiling crossbeam-utils v0.8.21
2026-06-04T14:28:07.7035840Z    Compiling diatomic-waker v0.2.3
2026-06-04T14:28:07.7996208Z    Compiling parking v2.2.1
2026-06-04T14:28:07.8440046Z    Compiling cordyceps v0.3.4
2026-06-04T14:28:07.8474071Z    Compiling spin v0.10.0
2026-06-04T14:28:07.8673213Z    Compiling httpdate v1.0.3
2026-06-04T14:28:07.9163973Z    Compiling winnow v1.0.3
2026-06-04T14:28:08.0153636Z    Compiling synstructure v0.13.2
2026-06-04T14:28:08.0502450Z    Compiling darling_core v0.20.11
2026-06-04T14:28:08.0506375Z    Compiling futures-lite v2.6.1
2026-06-04T14:28:08.1784197Z    Compiling futures-buffered v0.2.13
2026-06-04T14:28:08.2016901Z    Compiling serial-windows v0.4.0
2026-06-04T14:28:08.2062909Z    Compiling cipher v0.4.4
2026-06-04T14:28:08.2420823Z    Compiling digest v0.11.3
2026-06-04T14:28:08.5141274Z    Compiling vergen v9.1.0
2026-06-04T14:28:08.5285908Z    Compiling vergen-lib v0.1.6
2026-06-04T14:28:08.5605542Z    Compiling universal-hash v0.5.1
2026-06-04T14:28:08.5823297Z    Compiling noq-udp v0.10.0
2026-06-04T14:28:08.5853627Z    Compiling sync_wrapper v1.0.2
2026-06-04T14:28:08.6873594Z    Compiling heapless v0.7.17
2026-06-04T14:28:08.7116286Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-04T14:28:08.7244921Z    Compiling aho-corasick v1.1.4
2026-06-04T14:28:08.7651846Z    Compiling opaque-debug v0.3.1
2026-06-04T14:28:08.8102305Z    Compiling regex-syntax v0.8.10
2026-06-04T14:28:08.8102826Z    Compiling pin-utils v0.1.0
2026-06-04T14:28:08.9078398Z    Compiling lazy_static v1.5.0
2026-06-04T14:28:08.9078839Z    Compiling byteorder v1.5.0
2026-06-04T14:28:08.9426179Z    Compiling bitflags v1.3.2
2026-06-04T14:28:08.9604304Z    Compiling either v1.16.0
2026-06-04T14:28:09.0458457Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-04T14:28:09.0652402Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-04T14:28:09.0686816Z    Compiling nix v0.25.1
2026-06-04T14:28:09.1516434Z    Compiling hash32 v0.2.1
2026-06-04T14:28:09.1768624Z    Compiling shared_library v0.1.9
2026-06-04T14:28:09.2130869Z    Compiling polyval v0.6.2
2026-06-04T14:28:09.2762590Z    Compiling parking_lot v0.12.5
2026-06-04T14:28:09.2806432Z    Compiling serial v0.4.0
2026-06-04T14:28:09.3296249Z    Compiling spin v0.9.8
2026-06-04T14:28:09.3657318Z    Compiling vergen-gitcl v1.0.8
2026-06-04T14:28:09.4761760Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-04T14:28:09.4777232Z    Compiling windows-threading v0.2.1
2026-06-04T14:28:09.5562814Z    Compiling tower-layer v0.3.3
2026-06-04T14:28:09.5945853Z    Compiling downcast-rs v1.2.1
2026-06-04T14:28:09.6499183Z    Compiling winnow v0.7.15
2026-06-04T14:28:09.7086226Z    Compiling signature v3.0.0
2026-06-04T14:28:09.7561526Z    Compiling shell-words v1.1.1
2026-06-04T14:28:09.8033404Z    Compiling toml_write v0.1.2
2026-06-04T14:28:09.9208237Z    Compiling ghash v0.5.1
2026-06-04T14:28:09.9508744Z    Compiling ctr v0.9.2
2026-06-04T14:28:09.9633822Z    Compiling aes v0.8.4
2026-06-04T14:28:09.9823060Z    Compiling sha2 v0.11.0-rc.5
2026-06-04T14:28:10.0237339Z    Compiling time v0.3.47
2026-06-04T14:28:10.0640245Z    Compiling http-body-util v0.1.3
2026-06-04T14:28:10.0670059Z    Compiling aead v0.5.2
2026-06-04T14:28:10.1468230Z    Compiling proc-macro-crate v3.5.0
2026-06-04T14:28:10.1977483Z    Compiling widestring v1.2.1
2026-06-04T14:28:10.2104309Z    Compiling ipconfig v0.3.4
2026-06-04T14:28:10.3384187Z    Compiling crossbeam-epoch v0.9.18
2026-06-04T14:28:10.5062644Z    Compiling aes-gcm v0.10.3
2026-06-04T14:28:10.5319288Z    Compiling serde_derive v1.0.228
2026-06-04T14:28:10.5554638Z    Compiling zeroize_derive v1.4.3
2026-06-04T14:28:10.7270916Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-04T14:28:10.7420397Z    Compiling zerofrom-derive v0.1.7
2026-06-04T14:28:10.7890069Z    Compiling socket2 v0.6.4
2026-06-04T14:28:10.8129858Z    Compiling mio v1.2.1
2026-06-04T14:28:10.9745403Z    Compiling tokio-macros v2.7.0
2026-06-04T14:28:11.2066167Z    Compiling yoke-derive v0.8.2
2026-06-04T14:28:11.2164929Z    Compiling futures-macro v0.3.32
2026-06-04T14:28:11.2374607Z    Compiling zerovec-derive v0.11.3
2026-06-04T14:28:11.3612021Z    Compiling zeroize v1.8.2
2026-06-04T14:28:11.4435122Z    Compiling displaydoc v0.2.6
2026-06-04T14:28:11.4756162Z    Compiling tracing-attributes v0.1.31
2026-06-04T14:28:11.7315654Z    Compiling thiserror-impl v2.0.18
2026-06-04T14:28:11.7888794Z    Compiling tokio v1.52.3
2026-06-04T14:28:11.7988203Z    Compiling rustls-pki-types v1.14.1
2026-06-04T14:28:12.0414764Z    Compiling darling_macro v0.20.11
2026-06-04T14:28:12.0853293Z    Compiling derive_more-impl v2.1.1
2026-06-04T14:28:12.1008780Z    Compiling futures-util v0.3.32
2026-06-04T14:28:12.1606276Z    Compiling rustls-webpki v0.103.13
2026-06-04T14:28:12.5025137Z    Compiling zerofrom v0.1.8
2026-06-04T14:28:12.5267556Z    Compiling windows-implement v0.60.2
2026-06-04T14:28:12.6748355Z    Compiling n0-error-macros v0.1.3
2026-06-04T14:28:12.7633154Z    Compiling ed25519-dalek v2.2.0
2026-06-04T14:28:12.8155373Z    Compiling darling v0.20.11
2026-06-04T14:28:12.8517767Z    Compiling windows-interface v0.59.3
2026-06-04T14:28:12.8606036Z    Compiling yoke v0.8.2
2026-06-04T14:28:12.8697038Z    Compiling spez v0.1.2
2026-06-04T14:28:12.9733659Z    Compiling spt-proto v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-04T14:28:13.0091625Z    Compiling der v0.8.0-rc.10
2026-06-04T14:28:13.1104345Z    Compiling derive_builder_core v0.20.2
2026-06-04T14:28:13.1279781Z    Compiling thiserror-impl v1.0.69
2026-06-04T14:28:13.2814800Z    Compiling zerovec v0.11.6
2026-06-04T14:28:13.2996495Z    Compiling zerotrie v0.2.4
2026-06-04T14:28:13.3256154Z    Compiling pin-project-internal v1.1.13
2026-06-04T14:28:13.6319922Z    Compiling regex-automata v0.4.14
2026-06-04T14:28:13.6522942Z    Compiling cobs v0.3.0
2026-06-04T14:28:13.7357062Z    Compiling windows-core v0.62.2
2026-06-04T14:28:13.7357557Z    Compiling n0-error v0.1.3
2026-06-04T14:28:13.8290832Z    Compiling postcard-derive v0.2.2
2026-06-04T14:28:13.9160839Z    Compiling tinystr v0.8.3
2026-06-04T14:28:13.9408115Z    Compiling potential_utf v0.1.5
2026-06-04T14:28:14.0250963Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-04T14:28:14.1276362Z    Compiling icu_locale_core v2.2.0
2026-06-04T14:28:14.1367748Z    Compiling icu_collections v2.2.0
2026-06-04T14:28:14.4051847Z    Compiling derive_builder_macro v0.20.2
2026-06-04T14:28:14.4103252Z    Compiling spki v0.8.0-rc.4
2026-06-04T14:28:14.4555714Z    Compiling windows-collections v0.3.2
2026-06-04T14:28:14.5160940Z    Compiling windows-numerics v0.3.1
2026-06-04T14:28:14.6601543Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-04T14:28:14.6756030Z    Compiling windows-future v0.3.2
2026-06-04T14:28:14.7915070Z    Compiling data-encoding-macro v0.1.20
2026-06-04T14:28:14.8419871Z    Compiling ipnet v2.12.0
2026-06-04T14:28:14.8640098Z    Compiling derive_builder v0.20.2
2026-06-04T14:28:14.9181826Z    Compiling pin-project v1.1.13
2026-06-04T14:28:14.9182419Z    Compiling toml_datetime v0.6.11
2026-06-04T14:28:14.9896523Z    Compiling serde_spanned v0.6.9
2026-06-04T14:28:14.9991585Z    Compiling filedescriptor v0.8.3
2026-06-04T14:28:15.0906103Z    Compiling icu_provider v2.2.0
2026-06-04T14:28:15.1539678Z    Compiling prefix-trie v0.8.4
2026-06-04T14:28:15.1603489Z    Compiling futures-executor v0.3.32
2026-06-04T14:28:15.2672056Z    Compiling once_cell v1.21.4
2026-06-04T14:28:15.2833185Z    Compiling portable-pty v0.8.1
2026-06-04T14:28:15.3471594Z    Compiling icu_properties v2.2.0
2026-06-04T14:28:15.3887753Z    Compiling icu_normalizer v2.2.0
2026-06-04T14:28:15.5478174Z    Compiling tracing-core v0.1.36
2026-06-04T14:28:15.5675404Z    Compiling tempfile v3.27.0
2026-06-04T14:28:15.5733624Z    Compiling futures v0.3.32
2026-06-04T14:28:15.6665294Z    Compiling toml_edit v0.22.27
2026-06-04T14:28:15.6768190Z    Compiling hashbrown v0.14.5
2026-06-04T14:28:15.7753216Z    Compiling regex v1.12.3
2026-06-04T14:28:15.8099597Z    Compiling ed25519 v3.0.0-rc.4
2026-06-04T14:28:15.8714686Z    Compiling tokio-util v0.7.18
2026-06-04T14:28:16.0299565Z    Compiling tracing v0.1.44
2026-06-04T14:28:16.1774459Z    Compiling tower v0.5.3
2026-06-04T14:28:16.2734118Z    Compiling hashlink v0.9.1
2026-06-04T14:28:16.3173125Z    Compiling derive_more v2.1.1
2026-06-04T14:28:16.3553142Z    Compiling postcard v1.1.3
2026-06-04T14:28:16.4518764Z    Compiling windows v0.62.2
2026-06-04T14:28:16.5577747Z    Compiling idna_adapter v1.2.2
2026-06-04T14:28:16.6531678Z    Compiling rusqlite v0.32.1
2026-06-04T14:28:16.7214940Z    Compiling idna v1.1.0
2026-06-04T14:28:16.7549142Z    Compiling h2 v0.4.14
2026-06-04T14:28:16.7868836Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-04T14:28:16.8958191Z    Compiling chrono v0.4.44
2026-06-04T14:28:16.9997566Z    Compiling num_enum_derive v0.7.6
2026-06-04T14:28:17.0371798Z    Compiling url v2.5.8
2026-06-04T14:28:17.1547996Z    Compiling strum_macros v0.28.0
2026-06-04T14:28:17.1625255Z    Compiling async-trait v0.1.89
2026-06-04T14:28:17.2228267Z    Compiling enum-assoc v1.3.0
2026-06-04T14:28:17.5349317Z    Compiling spt-store v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-04T14:28:17.5856834Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-04T14:28:18.1133100Z    Compiling toml v0.8.23
2026-06-04T14:28:18.4018352Z    Compiling iroh-metrics-derive v0.4.1
2026-06-04T14:28:18.4153046Z    Compiling crossbeam-channel v0.5.15
2026-06-04T14:28:18.4284003Z    Compiling windows-registry v0.6.1
2026-06-04T14:28:18.4592968Z    Compiling blake3 v1.8.5
2026-06-04T14:28:18.4830889Z    Compiling noq v0.18.0
2026-06-04T14:28:18.6822765Z    Compiling netwatch v0.16.0
2026-06-04T14:28:18.8497016Z    Compiling tokio-rustls v0.26.4
2026-06-04T14:28:18.8520529Z    Compiling uuid v1.23.2
2026-06-04T14:28:18.9728695Z    Compiling spt-msg v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-04T14:28:19.0329140Z    Compiling acto v0.8.2
2026-06-04T14:28:19.0849359Z    Compiling identity-hash v0.1.0
2026-06-04T14:28:19.1245633Z    Compiling mac-addr v0.3.0
2026-06-04T14:28:19.1819918Z    Compiling lru-slab v0.1.2
2026-06-04T14:28:19.1959110Z    Compiling xml-rs v0.8.28
2026-06-04T14:28:19.2216141Z    Compiling rustc-hash v2.1.2
2026-06-04T14:28:19.2397433Z    Compiling allocator-api2 v0.2.21
2026-06-04T14:28:19.3708870Z    Compiling foldhash v0.2.0
2026-06-04T14:28:19.4032745Z    Compiling sorted-index-buffer v0.2.1
2026-06-04T14:28:19.4126108Z    Compiling tagptr v0.2.0
2026-06-04T14:28:19.4366087Z    Compiling ryu v1.0.23
2026-06-04T14:28:19.5654018Z    Compiling hashbrown v0.16.1
2026-06-04T14:28:19.5758408Z    Compiling moka v0.12.15
2026-06-04T14:28:19.5916684Z    Compiling noq-proto v0.17.0
2026-06-04T14:28:19.6195117Z    Compiling netdev v0.42.0
2026-06-04T14:28:19.6343866Z    Compiling strum v0.28.0
2026-06-04T14:28:19.7171187Z    Compiling spt-term v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-04T14:28:19.8384630Z    Compiling xmltree v0.10.3
2026-06-04T14:28:20.0625796Z    Compiling iroh-metrics v0.38.3
2026-06-04T14:28:20.3255766Z    Compiling rustls-platform-verifier v0.7.0
2026-06-04T14:28:20.4053764Z    Compiling hyper v1.10.1
2026-06-04T14:28:20.4231892Z    Compiling hickory-net v0.26.0-beta.4
2026-06-04T14:28:20.6423119Z    Compiling num_enum v0.7.6
2026-06-04T14:28:20.7705740Z    Compiling tower-http v0.6.11
2026-06-04T14:28:20.7961008Z    Compiling iroh-base v0.98.0
2026-06-04T14:28:20.9301637Z    Compiling attohttpc v0.30.1
2026-06-04T14:28:20.9527380Z    Compiling iroh-relay v0.98.0
2026-06-04T14:28:21.0352845Z    Compiling n0-watcher v0.6.1
2026-06-04T14:28:21.0819503Z    Compiling tokio-stream v0.1.18
2026-06-04T14:28:21.3290219Z    Compiling simple-dns v0.9.3
2026-06-04T14:28:21.4058572Z    Compiling arrayvec v0.7.6
2026-06-04T14:28:21.4900899Z    Compiling constant_time_eq v0.4.2
2026-06-04T14:28:21.5321419Z    Compiling resolv-conf v0.7.6
2026-06-04T14:28:21.6040318Z    Compiling arrayref v0.3.9
2026-06-04T14:28:21.6193156Z    Compiling simdutf8 v0.1.5
2026-06-04T14:28:21.6983193Z    Compiling hyper-util v0.1.20
2026-06-04T14:28:21.7078302Z    Compiling sha1_smol v1.0.1
2026-06-04T14:28:21.9141332Z    Compiling smol_str v0.1.24
2026-06-04T14:28:21.9221754Z    Compiling tokio-websockets v0.13.2
2026-06-04T14:28:22.0000740Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-04T14:28:22.7589695Z    Compiling iroh-dns v0.98.0
2026-06-04T14:28:22.8610630Z    Compiling lru v0.16.4
2026-06-04T14:28:22.8803743Z    Compiling spt-runtime v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-04T14:28:22.9643837Z    Compiling webpki-roots v1.0.7
2026-06-04T14:28:22.9872311Z    Compiling seize v0.5.1
2026-06-04T14:28:23.0690513Z    Compiling serde_bytes v0.11.19
2026-06-04T14:28:23.0728440Z    Compiling hmac v0.12.1
2026-06-04T14:28:23.1098227Z    Compiling iroh v0.98.2
2026-06-04T14:28:23.1657652Z    Compiling hyper-rustls v0.27.9
2026-06-04T14:28:23.1906917Z    Compiling igd-next v0.17.1
2026-06-04T14:28:23.2090924Z    Compiling cmov v0.5.4
2026-06-04T14:28:23.3587219Z    Compiling reqwest v0.13.4
2026-06-04T14:28:23.4004056Z    Compiling ctutils v0.4.2
2026-06-04T14:28:23.4472971Z    Compiling papaya v0.2.4
2026-06-04T14:28:23.5178948Z    Compiling hkdf v0.12.4
2026-06-04T14:28:23.5228461Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-04T14:28:23.5437537Z    Compiling backon v1.6.0
2026-06-04T14:28:23.5847890Z    Compiling sha1 v0.10.6
2026-06-04T14:28:23.6791551Z    Compiling spake2 v0.4.0
2026-06-04T14:28:23.6792005Z    Compiling doctest-file v1.1.1
2026-06-04T14:28:23.8353550Z    Compiling recvmsg v1.0.0
2026-06-04T14:28:23.8673473Z    Compiling once_cell_polyfill v1.70.2
2026-06-04T14:28:23.9245712Z    Compiling spt-live v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-04T14:28:24.0128236Z    Compiling utf8parse v0.2.2
2026-06-04T14:28:24.0242389Z    Compiling anstyle v1.0.14
2026-06-04T14:28:24.0894731Z    Compiling anstyle-query v1.1.5
2026-06-04T14:28:24.1905465Z    Compiling anstyle-parse v1.0.0
2026-06-04T14:28:24.2058685Z    Compiling colorchoice v1.0.5
2026-06-04T14:28:24.2501958Z    Compiling interprocess v2.4.2
2026-06-04T14:28:24.2617443Z    Compiling anstyle-wincon v3.0.11
2026-06-04T14:28:24.2849960Z    Compiling is_terminal_polyfill v1.70.2
2026-06-04T14:28:24.3587140Z    Compiling clap_lex v1.1.0
2026-06-04T14:28:24.3935755Z    Compiling clap_derive v4.6.1
2026-06-04T14:28:24.4477045Z    Compiling anstream v1.0.0
2026-06-04T14:28:24.7277800Z    Compiling clap_builder v4.6.0
2026-06-04T14:28:24.9492518Z    Compiling mock-adapter v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\adapters\mock)
2026-06-04T14:28:25.9837039Z    Compiling wmi v0.18.4
2026-06-04T14:28:26.5831907Z    Compiling clap v4.6.1
2026-06-04T14:28:27.9274323Z    Compiling portmapper v0.16.0
2026-06-04T14:28:42.9607031Z    Compiling spt-net v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-04T14:28:43.7959825Z    Compiling spt-daemon v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-04T14:28:50.8486333Z    Compiling spt v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-04T14:29:07.1602320Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
2026-06-04T14:29:07.3538857Z ##[group]Run cargo test --workspace
2026-06-04T14:29:07.3539207Z [36;1mcargo test --workspace[0m
2026-06-04T14:29:07.3543515Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-04T14:29:07.3543933Z ##[endgroup]
2026-06-04T14:29:08.0847345Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.48s
2026-06-04T14:29:08.1207078Z      Running unittests src\main.rs (target\debug\deps\mock_session-99b31ec880a7fd8b.exe)
2026-06-04T14:29:08.1500128Z 
2026-06-04T14:29:08.1500259Z running 0 tests
2026-06-04T14:29:08.1500425Z 
2026-06-04T14:29:08.1500638Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:29:08.1500906Z 
2026-06-04T14:29:08.1513091Z      Running tests\manifest_valid.rs (target\debug\deps\manifest_valid-396e5f5e9055dabb.exe)
2026-06-04T14:29:08.1773006Z 
2026-06-04T14:29:08.1773236Z running 3 tests
2026-06-04T14:29:08.1785898Z test mock_declares_commune_signoff_as_filedrops ... ok
2026-06-04T14:29:08.1786201Z test mock_manifest_parses_and_validates ... ok
2026-06-04T14:29:08.1786449Z test mock_has_no_claude_code_conventions ... ok
2026-06-04T14:29:08.1786595Z 
2026-06-04T14:29:08.1786773Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:29:08.1787030Z 
2026-06-04T14:29:08.1798341Z      Running unittests src\main.rs (target\debug\deps\spt-1b141eb64d78155d.exe)
2026-06-04T14:29:08.2140240Z 
2026-06-04T14:29:08.2140409Z running 63 tests
2026-06-04T14:29:08.2152052Z test api::auth::tests::mints_distinct_nonempty_tokens ... ok
2026-06-04T14:29:08.2152569Z test api::delivery::tests::inject_all_pty_falls_back_to_hook ... ok
2026-06-04T14:29:08.2153052Z test api::delivery::tests::inject_resolution_drops_pty_defaults_hook ... ok
2026-06-04T14:29:08.2153637Z test api::reporting::tests::capability_lists_hostable_types ... ok
2026-06-04T14:29:08.2154147Z test api::reporting::tests::env_aliases_resolved_from_manifest ... ok
2026-06-04T14:29:08.2154519Z test api::reporting::tests::filedrops_are_fixed_named_files ... ok
2026-06-04T14:29:08.2207870Z test api::auth::tests::missing_endpoint_is_no_endpoint ... ok
2026-06-04T14:29:08.2211472Z test api::auth::tests::no_proof_is_refused ... ok
2026-06-04T14:29:08.2271632Z test api::auth::tests::session_id_proof_authenticates ... ok
2026-06-04T14:29:08.3171581Z test api::delivery::tests::poll_drains_non_deferred_by_default ... ok
2026-06-04T14:29:08.3235996Z test api::auth::tests::wrong_token_and_wrong_session_refused ... ok
2026-06-04T14:29:08.3252651Z test api::delivery::tests::idle_busy_transitions_manage_sentinels ... ok
2026-06-04T14:29:08.3268568Z test api::delivery::tests::idle_no_gate_does_not_arm_gate ... ok
2026-06-04T14:29:08.3324181Z test api::reporting::tests::boundary_missing_perch_refused ... ok
2026-06-04T14:29:08.3328478Z test api::auth::tests::token_proof_authenticates ... ok
2026-06-04T14:29:08.3697750Z test api::reporting::tests::boundary_rebinds_keeping_anchor ... ok
2026-06-04T14:29:08.5878187Z test api::reporting::tests::boundary_resurfaces_undismissed_notifs ... ok
2026-06-04T14:29:08.5882551Z test api::delivery::tests::echo_gate_explicit_toggle ... ok
2026-06-04T14:29:08.5889225Z test api::tests::adapter_is_required ... ok
2026-06-04T14:29:08.5890510Z test api::tests::state_value_is_validated ... ok
2026-06-04T14:29:08.5902776Z test api::tests::surface_parses ... ok
2026-06-04T14:29:08.5978222Z test api::reporting::tests::driven_by_reads_daemon_marker ... ok
2026-06-04T14:29:08.6073850Z test api::reporting::tests::history_log_appends ... ok
2026-06-04T14:29:08.6113803Z test api::reporting::tests::presence_records_endpoint ... ok
2026-06-04T14:29:08.6134664Z test cli::tests::access_subcommands_parse ... ok
2026-06-04T14:29:08.6137441Z test cli::tests::create_new_existing_name_is_usage_error ... ok
2026-06-04T14:29:08.6140686Z test cli::tests::create_new_mints_shows_and_requests_save ... ok
2026-06-04T14:29:08.6148331Z test cli::tests::digest_flag_defaults ... ok
2026-06-04T14:29:08.6148725Z test cli::tests::empty_store_no_flag_guides_to_pair_or_create ... ok
2026-06-04T14:29:08.6187760Z test api::reporting::tests::session_end_erase_refused_with_live_children ... ok
2026-06-04T14:29:08.6197036Z test cli::tests::invalid_usage_errors ... ok
2026-06-04T14:29:08.6200967Z test cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it ... ok
2026-06-04T14:29:08.6203038Z test cli::tests::not_elevated_refuses_without_leaking_code_or_saving ... ok
2026-06-04T14:29:08.6206375Z test cli::tests::notif_subnet_resolution_never_guesses ... ok
2026-06-04T14:29:08.6222285Z test cli::tests::notify_surface_parses ... ok
2026-06-04T14:29:08.6233634Z test cli::tests::pair_show_totp_arg_shapes_parse ... ok
2026-06-04T14:29:08.6241553Z test cli::tests::pair_show_totp_subnet_and_create_new_conflict ... ok
2026-06-04T14:29:08.6248659Z test cli::tests::ring_timeout_defaults ... ok
2026-06-04T14:29:08.6256561Z test cli::tests::send_target_optional_with_reply_to ... ok
2026-06-04T14:29:08.6259324Z test cli::tests::single_subnet_auto_selects_and_code_matches_seed ... ok
2026-06-04T14:29:08.6322808Z test cli::tests::subcommands_parse ... ok
2026-06-04T14:29:08.6325086Z test cli::tests::unknown_elevation_falls_back ... ok
2026-06-04T14:29:08.6327750Z test cli::tests::unknown_named_subnet_is_usage_error ... ok
2026-06-04T14:29:08.6328968Z test elevation::tests::current_returns_a_determinate_level_on_supported_platforms ... ok
2026-06-04T14:29:08.6330229Z test elevation::tests::fallback_message_names_authenticator_app_and_subnet ... ok
2026-06-04T14:29:08.6330826Z test elevation::tests::gate_shows_only_when_confirmed_elevated ... ok
2026-06-04T14:29:08.6402999Z test wansend::tests::load_snapshots_degrades_on_junk ... ok
2026-06-04T14:29:08.6514464Z test api::reporting::tests::session_end_erase_wipes_childless_perch ... ok
2026-06-04T14:29:08.6844508Z test api::reporting::tests::session_end_soft_preserves_state ... ok
2026-06-04T14:29:08.7128699Z test api::startup::tests::bind_assigns_home_and_revive_preserves_it ... ok
2026-06-04T14:29:08.7176161Z test api::startup::tests::empty_session_seed_refused ... ok
2026-06-04T14:29:08.7330225Z test api::startup::tests::live_perch_under_other_session_conflicts ... ok
2026-06-04T14:29:08.7387025Z test api::startup::tests::missing_seed_refused ... ok
2026-06-04T14:29:08.7737219Z test api::startup::tests::post_spawn_bind_establishes_perch ... ok
2026-06-04T14:29:08.8110856Z test api::startup::tests::rebind_same_session_ok ... ok
2026-06-04T14:29:08.8167201Z test api::startup::tests::stale_seed_with_dead_anchor_refused ... ok
2026-06-04T14:29:08.8248650Z test api::startup::tests::valid_seed_binds_live_perch ... ok
2026-06-04T14:29:08.8283951Z test api::worker::tests::cascade_guard_tracks_live_children ... ok
2026-06-04T14:29:08.8373735Z test api::worker::tests::guard_clears_only_when_all_children_stopped ... ok
2026-06-04T14:29:08.9366906Z test api::worker::tests::worker_poll_drains_spool ... ok
2026-06-04T14:29:08.9391483Z test api::worker::tests::worker_start_nests_under_parent ... ok
2026-06-04T14:29:10.4530195Z test cli::tests::fork_forks_homes_and_deletes_exactly_the_source ... ok
2026-06-04T14:29:10.6462663Z test wansend::tests::wan_send_ships_to_the_resolved_node ... ok
2026-06-04T14:29:10.6462883Z 
2026-06-04T14:29:10.6463081Z test result: ok. 63 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.43s
2026-06-04T14:29:10.6463712Z 
2026-06-04T14:29:10.6512514Z      Running tests\contract_e2e.rs (target\debug\deps\contract_e2e-3a9c5cbb01672c99.exe)
2026-06-04T14:29:10.9386052Z 
2026-06-04T14:29:10.9386411Z running 4 tests
2026-06-04T14:29:12.3766695Z test cold_api_call_autostarts_daemon_and_handoff_is_in_memory ... ok
2026-06-04T14:29:12.5757707Z test mock_adapter_drives_the_full_contract ... ok
2026-06-04T14:29:12.5926879Z SEEDED:59992
2026-06-04T14:29:13.5037360Z test live_agent_lifecycle_e2e ... ok
2026-06-04T14:29:13.5644409Z SEEDED:59992
2026-06-04T14:29:13.8924666Z test seed_then_listen_binds_and_relays ... ok
2026-06-04T14:29:13.8924902Z 
2026-06-04T14:29:13.8925110Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.95s
2026-06-04T14:29:13.8925388Z 
2026-06-04T14:29:13.8939557Z      Running unittests src\lib.rs (target\debug\deps\spt_daemon-b2a8255de494d17d.exe)
2026-06-04T14:29:14.5568267Z 
2026-06-04T14:29:14.5568701Z running 133 tests
2026-06-04T14:29:14.5572006Z test adapter_update::tests::delegated_attested_delegates_command ... ok
2026-06-04T14:29:14.5574593Z test codec::tests::oversized_prefix_rejected ... ok
2026-06-04T14:29:14.5575643Z test adapter_update::tests::delegated_unattested_is_skipped ... ok
2026-06-04T14:29:14.5576158Z test codec::tests::back_to_back_frames_decode_independently ... ok
2026-06-04T14:29:14.5576590Z test codec::tests::frame_round_trips_through_buffer ... ok
2026-06-04T14:29:14.5577080Z test adapter_update::tests::file_pull_without_payload_is_skipped ... ok
2026-06-04T14:29:14.5579274Z test consent::tests::decide_honors_full_auto_flag ... ok
2026-06-04T14:29:14.5597567Z test config::tests::missing_file_is_default ... ok
2026-06-04T14:29:14.5655579Z test config::tests::malformed_file_degrades_to_default ... ok
2026-06-04T14:29:14.5657773Z test config::tests::crash_grace_is_config_driven ... ok
2026-06-04T14:29:14.5659155Z test config::tests::auto_suspend_knob_is_opt_in_default_off ... ok
2026-06-04T14:29:14.5659813Z test adapter_update::tests::file_pull_tampered_bytes_rejected ... ok
2026-06-04T14:29:14.5660414Z test adapter_update::tests::file_pull_verified_against_adapter_key ... ok
2026-06-04T14:29:14.5662767Z test config::tests::full_auto_update_is_gated_by_default ... ok
2026-06-04T14:29:14.5663780Z test adapter_update::tests::ripple_conducts_each_adapter_in_order ... ok
2026-06-04T14:29:14.5665097Z test config::tests::pulse_period_is_config_driven ... ok
2026-06-04T14:29:14.5666630Z test adapter_update::tests::file_pull_wrong_key_rejected ... ok
2026-06-04T14:29:14.5675864Z test config::tests::save_load_roundtrip ... ok
2026-06-04T14:29:14.5681335Z test digesthub::tests::publish_then_snapshot_reads_latest ... ok
2026-06-04T14:29:14.5685468Z test digesthub::tests::render_is_glanceable ... ok
2026-06-04T14:29:14.5695522Z test digesthub::tests::subscribe_returns_current_base ... ok
2026-06-04T14:29:14.5700703Z test digesthub::tests::subscriber_receives_changes_then_is_pruned ... ok
2026-06-04T14:29:14.5701709Z test digest::tests::unchanged_feed_emits_no_delta ... ok
2026-06-04T14:29:14.5705147Z test digest::tests::active_turn_growth_is_a_tail_delta ... ok
2026-06-04T14:29:14.5706304Z test digest::tests::applying_deltas_reconstructs_snapshot ... ok
2026-06-04T14:29:14.5706977Z test digest::tests::persistence_reports_each_completed_turn_once ... ok
2026-06-04T14:29:14.5707563Z test digest::tests::tool_sprint_is_structured_in_the_turn ... ok
2026-06-04T14:29:14.5708079Z test digest::tests::from_manifest_feeds_and_snapshots ... ok
2026-06-04T14:29:14.5708893Z test digest::tests::window_slide_resends_from_zero ... ok
2026-06-04T14:29:14.5709405Z test dispatch::tests::unknown_shapes_refuse_classification ... ok
2026-06-04T14:29:14.5709953Z test dispatch::tests::classifies_every_family_by_first_line_shape ... ok
2026-06-04T14:29:14.5711022Z test digest::tests::persistence_off_surfaces_nothing ... ok
2026-06-04T14:29:14.5712035Z test frame::tests::handshake_accepts_newer_brain_on_older_broker ... ok
2026-06-04T14:29:14.5712777Z test frame::tests::handshake_rejects_below_floor ... ok
2026-06-04T14:29:14.5713533Z test frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer ... ok
2026-06-04T14:29:14.5714307Z test frame::tests::handshake_rejects_role_mismatch ... ok
2026-06-04T14:29:14.5714777Z test frame::tests::unknown_kind_is_not_a_decode_error ... ok
2026-06-04T14:29:14.5815862Z test config::tests::relay_choice_is_config_driven ... ok
2026-06-04T14:29:14.5823714Z test access::tests::gate_decision_table ... ok
2026-06-04T14:29:14.5824575Z test consent::tests::no_live_session_resolves_to_none ... ok
2026-06-04T14:29:14.5898805Z test access::tests::reply_passes_where_unsolicited_refused ... ok
2026-06-04T14:29:14.6013200Z test effect::tests::applied_set_survives_reopen ... ok
2026-06-04T14:29:14.6061875Z test effect::tests::second_apply_for_same_key_is_deduped ... ok
2026-06-04T14:29:14.6115508Z test effect::tests::failed_effect_is_not_recorded_applied ... ok
2026-06-04T14:29:14.6117168Z test msg::tests::bytes_round_trip_through_payload ... ok
2026-06-04T14:29:14.6118982Z test msg::tests::net_frames_round_trip_and_tolerate_unknown_fields ... ok
2026-06-04T14:29:14.6120542Z test msg::tests::output_envelope_round_trips ... ok
2026-06-04T14:29:14.6121394Z test access::tests::same_node_always_passes_without_minting ... ok
2026-06-04T14:29:14.6122020Z test msg::tests::presence_event_round_trips_and_tolerates_future_kind ... ok
2026-06-04T14:29:14.6122810Z test effect::tests::open_creates_missing_parent_dirs ... ok
2026-06-04T14:29:14.6123519Z test msg::tests::spawn_req_tolerates_unknown_field ... ok
2026-06-04T14:29:14.6139824Z test consent::tests::resolves_most_recently_active_live_session ... ok
2026-06-04T14:29:14.6184864Z test daemon::tests::is_running_tracks_the_seed_channel ... ok
2026-06-04T14:29:14.6441659Z test nethost::tests::host_binds_endpoint_to_node_identity ... ok
2026-06-04T14:29:14.6914374Z test nethost::tests::two_hosts_dial_over_loopback ... ok
2026-06-04T14:29:14.7253548Z test lifecycle::tests::crash_signoff_spares_recovered_self ... ok
2026-06-04T14:29:14.7462858Z test effect::tests::gauntlet_is_exactly_once_across_brain_crashes ... ok
2026-06-04T14:29:14.7521544Z test notif::tests::notif_command_renders_all_keys_and_is_opt_in ... ok
2026-06-04T14:29:14.8112794Z test lifecycle::tests::crash_signoff_tears_down_when_still_gone ... ok
2026-06-04T14:29:14.8825558Z test lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid ... ok
2026-06-04T14:29:14.9197153Z test notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed ... ok
2026-06-04T14:29:14.9393862Z test lifecycle::tests::harness_owner_gone_anchors_on_parent_pid ... ok
2026-06-04T14:29:15.0313318Z test lifecycle::tests::orphan_watch_fires_on_dead_owner ... ok
2026-06-04T14:29:15.0468534Z test notifsync::tests::feed_converges_two_stores_and_dismiss_replicates ... ok
2026-06-04T14:29:15.0591663Z test notifsync::tests::non_member_subnet_record_never_materializes ... ok
2026-06-04T14:29:15.0725385Z test notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped ... ok
2026-06-04T14:29:15.0790927Z test lifecycle::tests::orphan_watch_honors_stop_for_live_owner ... ok
2026-06-04T14:29:15.1574255Z test lifecycle::tests::pulse_loop_is_config_paced_and_killable ... ok
2026-06-04T14:29:15.2217141Z test lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state ... ok
2026-06-04T14:29:15.6842836Z test lifecycle::tests::pulse_tick_ingests_drop ... ok
2026-06-04T14:29:15.8926136Z test lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces ... ok
2026-06-04T14:29:15.8926993Z test reconcile::tests::active_node_wins ... ok
2026-06-04T14:29:15.8928205Z test reconcile::tests::double_active_tiebreaks_deterministically ... ok
2026-06-04T14:29:15.8929129Z test reconcile::tests::fallback_lowest_non_offline ... ok
2026-06-04T14:29:15.8930290Z test reconcile::tests::no_rows_reconciles_locally ... ok
2026-06-04T14:29:16.0260091Z test notif::tests::consent_decision_produces_notif_only_when_gated ... ok
2026-06-04T14:29:16.1646104Z test notif::tests::first_fire_reaches_most_recent_visible_endpoint ... ok
2026-06-04T14:29:16.2377019Z test notif::tests::hidden_endpoint_boundary_surfaces_nothing ... ok
2026-06-04T14:29:16.2427300Z test registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active ... ok
2026-06-04T14:29:16.2480434Z test registryhost::tests::apply_feed_gates_and_merges_under_the_lease ... ok
2026-06-04T14:29:16.3764041Z test notif::tests::hidden_endpoint_is_never_the_target ... ok
2026-06-04T14:29:16.4166419Z test notif::tests::no_live_endpoint_is_a_typed_no_target ... ok
2026-06-04T14:29:16.4316399Z test relcache::tests::stage_round_trips_and_restage_replaces ... ok
2026-06-04T14:29:16.4385984Z test relcache::tests::torn_or_corrupt_stage_offers_nothing ... ok
2026-06-04T14:29:16.4470672Z test release::tests::artifact_digest_mismatch_is_rejected ... ok
2026-06-04T14:29:16.4556767Z test release::tests::channel_mismatch_is_rejected ... ok
2026-06-04T14:29:16.4642673Z test release::tests::expired_metadata_is_rejected ... ok
2026-06-04T14:29:16.4643734Z test release::tests::hex_roundtrips ... ok
2026-06-04T14:29:16.4892402Z test release::tests::non_monotonic_version_is_rollback ... ok
2026-06-04T14:29:16.4982835Z test release::tests::production_policy_loads_fail_closed ... ok
2026-06-04T14:29:16.4987058Z test release::tests::revoked_key_is_rejected ... ok
2026-06-04T14:29:16.5073146Z test release::tests::tampered_metadata_fails_signature ... ok
2026-06-04T14:29:16.5166832Z test release::tests::untrusted_key_is_unknown ... ok
2026-06-04T14:29:16.5254693Z test release::tests::valid_release_verifies_and_artifact_matches ... ok
2026-06-04T14:29:16.5496455Z test resting::tests::apply_event_auto_suspends_under_the_resolved_chain ... ok
2026-06-04T14:29:16.5519729Z test resting::tests::apply_event_echo_failure_is_loud_but_state_persists ... ok
2026-06-04T14:29:16.5598427Z test resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake ... ok
2026-06-04T14:29:16.5599499Z test resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in ... ok
2026-06-04T14:29:16.6091039Z test notif::tests::resurface_delivers_undismissed_with_gates ... ok
2026-06-04T14:29:16.6105180Z test resting::tests::freshness_pull_marker_is_taken_exactly_once ... ok
2026-06-04T14:29:16.6106474Z test resting::tests::knob_chain_resolves_global_node_endpoint ... ok
2026-06-04T14:29:16.6243226Z test resting::tests::rest_record_round_trips_with_anchor_discipline ... ok
2026-06-04T14:29:16.6244126Z test resting::tests::transition_table_matches_the_context_model ... ok
2026-06-04T14:29:16.7791802Z test notif::tests::suppression_window_holds_cross_endpoint ... ok
2026-06-04T14:29:16.8743204Z test psyrelay::tests::empty_and_oversize_bodies_drop_typed ... ok
2026-06-04T14:29:17.0296484Z test psyrelay::tests::notify_reaches_own_user_only ... ok
2026-06-04T14:29:17.0297667Z test sync::tests::gate_decision_table ... ok
2026-06-04T14:29:17.1334152Z test psyrelay::tests::notify_without_live_endpoint_is_pending ... ok
2026-06-04T14:29:17.1338471Z test transport::tests::local_socket_handshake_and_frame_round_trip ... ok
2026-06-04T14:29:17.1341936Z test transport::tests::local_socket_rejects_wrong_role ... ok
2026-06-04T14:29:17.1343121Z test update::tests::apply_refuses_non_brain_only_plan ... ok
2026-06-04T14:29:17.1344246Z test update::tests::classify_brain_only_when_broker_hosts_new_brain ... ok
2026-06-04T14:29:17.1345259Z test update::tests::classify_broker_breaking_on_resource_abi_change ... ok
2026-06-04T14:29:17.1346581Z test update::tests::classify_broker_compatible_when_brain_below_floor ... ok
2026-06-04T14:29:17.1517053Z test update::tests::plan_verified_produces_no_plan_for_a_rejected_release ... ok
2026-06-04T14:29:17.1603105Z test update::tests::plan_verified_yields_a_plan_for_a_valid_release ... ok
2026-06-04T14:29:17.1810118Z test xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely ... ok
2026-06-04T14:29:17.1811333Z test xfer::tests::resolve_under_confines_to_root ... ok
2026-06-04T14:29:17.2463611Z test psyrelay::tests::null_stdout_driver_fails_the_guard ... ok
2026-06-04T14:29:17.3365221Z test psyrelay::tests::prose_only_relays_nothing ... ok
2026-06-04T14:29:18.1653043Z test psyrelay::tests::reply_relays_to_inbound_sender ... ok
2026-06-04T14:29:18.2648029Z test psyrelay::tests::reply_without_target_is_dropped ... ok
2026-06-04T14:29:18.3507295Z test sync::tests::select_refs_scopes_two_tiers ... ok
2026-06-04T14:29:18.4443769Z test psyrelay::tests::spoofed_routing_is_stripped_and_restamped ... ok
2026-06-04T14:29:18.4665305Z test registryhost::tests::advertise_local_scans_and_respects_visibility ... ok
2026-06-04T14:29:18.4953460Z test registryhost::tests::advertisement_carries_both_authored_blurb ... ok
2026-06-04T14:29:18.5283334Z test registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped ... ok
2026-06-04T14:29:18.6978097Z test relay::tests::respawn_loses_no_spooled_message ... ok
2026-06-04T14:29:18.8044429Z test relay::tests::run_honors_stop ... ok
2026-06-04T14:29:18.8458168Z test resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only ... ok
2026-06-04T14:29:18.8522011Z test seedmap::tests::put_refreshes_existing ... ok
2026-06-04T14:29:18.8588729Z test seedmap::tests::put_then_take_consumes_once ... ok
2026-06-04T14:29:18.8648477Z test seedmap::tests::take_absent_is_none ... ok
2026-06-04T14:29:18.8648700Z 
2026-06-04T14:29:18.8648980Z test result: ok. 133 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.31s
2026-06-04T14:29:18.8649244Z 
2026-06-04T14:29:18.8695176Z      Running tests\access.rs (target\debug\deps\access-49c8e4f5380f1873.exe)
2026-06-04T14:29:19.5373645Z 
2026-06-04T14:29:19.5374024Z running 1 test
2026-06-04T14:29:19.7895395Z test whitelist_refuses_exempts_replies_and_admits_listed ... ok
2026-06-04T14:29:19.7895621Z 
2026-06-04T14:29:19.7895952Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s
2026-06-04T14:29:19.7896226Z 
2026-06-04T14:29:19.7994482Z      Running tests\attach.rs (target\debug\deps\attach-4bf08343f40b3b94.exe)
2026-06-04T14:29:20.4539765Z 
2026-06-04T14:29:20.4540112Z running 3 tests
2026-06-04T14:29:20.6350460Z test remote_attach_drives_a_real_pty_cross_daemon ... ok
2026-06-04T14:29:20.6451002Z test attach_survives_target_brain_restart_exactly_once ... ok
2026-06-04T14:29:20.6475651Z test attach_registers_remote_drive_detection ... ok
2026-06-04T14:29:20.6475821Z 
2026-06-04T14:29:20.6476060Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
2026-06-04T14:29:20.6476289Z 
2026-06-04T14:29:20.6662140Z      Running tests\brain_swap.rs (target\debug\deps\brain_swap-33f748525d4d32e8.exe)
2026-06-04T14:29:21.1620240Z 
2026-06-04T14:29:21.1620633Z running 1 test
2026-06-04T14:29:21.1869110Z test brain_only_update_swaps_logic_with_zero_endpoint_interruption ... ok
2026-06-04T14:29:21.1869343Z 
2026-06-04T14:29:21.1869573Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
2026-06-04T14:29:21.1869835Z 
2026-06-04T14:29:21.1883192Z      Running tests\broker.rs (target\debug\deps\broker-ac93a670114a86e5.exe)
2026-06-04T14:29:21.6700046Z 
2026-06-04T14:29:21.6700457Z running 1 test
2026-06-04T14:29:21.6957978Z test broker_hosts_pty_child_streams_output_and_accepts_input ... ok
2026-06-04T14:29:21.6958222Z 
2026-06-04T14:29:21.6958435Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
2026-06-04T14:29:21.6958710Z 
2026-06-04T14:29:21.6970544Z      Running tests\budget.rs (target\debug\deps\budget-e854b729f243eb26.exe)
2026-06-04T14:29:22.2067992Z 
2026-06-04T14:29:22.2068409Z running 1 test
2026-06-04T14:29:22.2069687Z test measure_dormant_seat_budget ... ok
2026-06-04T14:29:22.2069909Z 
2026-06-04T14:29:22.2070115Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:29:22.2070391Z 
2026-06-04T14:29:22.2081709Z      Running tests\daemon_e2e.rs (target\debug\deps\daemon_e2e-022404c012b60db1.exe)
2026-06-04T14:29:22.7934925Z 
2026-06-04T14:29:22.7935312Z running 1 test
2026-06-04T14:29:24.8342029Z test daemon_hosts_lifecycle_and_survives_brain_restart ... ok
2026-06-04T14:29:24.8342242Z 
2026-06-04T14:29:24.8342453Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.04s
2026-06-04T14:29:24.8342710Z 
2026-06-04T14:29:24.8358005Z      Running tests\digest.rs (target\debug\deps\digest-b8f993449c564c32.exe)
2026-06-04T14:29:24.8642757Z 
2026-06-04T14:29:24.8642896Z running 1 test
2026-06-04T14:29:25.0103024Z test digest_daemon_half_end_to_end ... ok
2026-06-04T14:29:25.0103243Z 
2026-06-04T14:29:25.0103430Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
2026-06-04T14:29:25.0103681Z 
2026-06-04T14:29:25.0124682Z      Running tests\dispatch.rs (target\debug\deps\dispatch-e3114e319590a8d8.exe)
2026-06-04T14:29:25.0475886Z 
2026-06-04T14:29:25.0476071Z running 7 tests
2026-06-04T14:29:25.2157087Z test dispatcher_survives_an_unknown_stream ... ok
2026-06-04T14:29:25.3597401Z test dispatcher_serves_a_remote_drive_attach_undriven ... ok
2026-06-04T14:29:25.4747707Z test dispatcher_serves_an_update_pull_undriven ... ok
2026-06-04T14:29:25.5839635Z test dispatcher_applies_a_notif_feed_undriven ... ok
2026-06-04T14:29:26.6001671Z test dispatcher_serves_a_sync_pull_undriven ... ok
2026-06-04T14:29:26.7336319Z test dispatcher_serves_a_file_fetch_undriven ... ok
2026-06-04T14:29:26.9104365Z test dispatcher_funnels_wan_messages_undriven ... ok
2026-06-04T14:29:26.9104599Z 
2026-06-04T14:29:26.9104792Z test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.86s
2026-06-04T14:29:26.9105037Z 
2026-06-04T14:29:26.9464148Z      Running tests\handoff.rs (target\debug\deps\handoff-d998f8eb6e71c95c.exe)
2026-06-04T14:29:27.4591278Z 
2026-06-04T14:29:27.4591660Z running 1 test
2026-06-04T14:29:27.6656135Z test brain_restart_survives_gaplessly_with_fresh_gen_start ... ok
2026-06-04T14:29:27.6656378Z 
2026-06-04T14:29:27.6656583Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
2026-06-04T14:29:27.6656817Z 
2026-06-04T14:29:27.6670784Z      Running tests\idempotent.rs (target\debug\deps\idempotent-d898365c32b3ad5a.exe)
2026-06-04T14:29:27.6965973Z 
2026-06-04T14:29:27.6966184Z running 1 test
2026-06-04T14:29:27.8235191Z test pty_writes_are_exactly_once_across_brain_crashes ... ok
2026-06-04T14:29:27.8235390Z 
2026-06-04T14:29:27.8235605Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
2026-06-04T14:29:27.8235925Z 
2026-06-04T14:29:27.8295122Z      Running tests\netbroker.rs (target\debug\deps\netbroker-efea41c09929af73.exe)
2026-06-04T14:29:28.4746038Z 
2026-06-04T14:29:28.4746413Z running 5 tests
2026-06-04T14:29:28.4772855Z test netless_broker_probes_gracefully ... ok
2026-06-04T14:29:28.5160706Z test unknown_net_frame_is_reported_not_fatal ... ok
2026-06-04T14:29:28.5229159Z test broker_owns_endpoint_and_reports_status ... ok
2026-06-04T14:29:28.5618688Z test brain_dials_second_broker_over_loopback ... ok
2026-06-04T14:29:28.5625148Z test replayed_dial_op_is_deduped_across_brain_restart ... ok
2026-06-04T14:29:28.5625541Z 
2026-06-04T14:29:28.5625818Z test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
2026-06-04T14:29:28.5626243Z 
2026-06-04T14:29:28.5730622Z      Running tests\netstream.rs (target\debug\deps\netstream-6be2ab42d1f395d4.exe)
2026-06-04T14:29:29.2323950Z 
2026-06-04T14:29:29.2324299Z running 2 tests
2026-06-04T14:29:29.6120963Z test sender_brain_restart_redrive_is_exactly_once ... ok
2026-06-04T14:29:29.7451970Z test receiver_brain_restart_is_gapless_and_exactly_once ... ok
2026-06-04T14:29:29.7452260Z 
2026-06-04T14:29:29.7453001Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s
2026-06-04T14:29:29.7517685Z 
2026-06-04T14:29:29.7608115Z      Running tests\notifsync.rs (target\debug\deps\notifsync-c09109e64dc36bba.exe)
2026-06-04T14:29:30.4141919Z 
2026-06-04T14:29:30.4142149Z running 1 test
2026-06-04T14:29:30.6545674Z test notif_spools_converge_over_the_wire_and_dismiss_replicates ... ok
2026-06-04T14:29:30.6546677Z 
2026-06-04T14:29:30.6546919Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s
2026-06-04T14:29:30.6547324Z 
2026-06-04T14:29:30.6679436Z      Running tests\peerloop.rs (target\debug\deps\peerloop-124e2a2a0d8d2e93.exe)
2026-06-04T14:29:30.7069722Z 
2026-06-04T14:29:30.7069965Z running 1 test
2026-06-04T14:29:31.8810601Z test pump_and_dispatch_self_drive_the_subnet ... ok
2026-06-04T14:29:31.8810786Z 
2026-06-04T14:29:31.8810941Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.17s
2026-06-04T14:29:31.8811183Z 
2026-06-04T14:29:31.8900272Z      Running tests\presence.rs (target\debug\deps\presence-07fda676be4bbde2.exe)
2026-06-04T14:29:31.9249590Z 
2026-06-04T14:29:31.9249772Z running 2 tests
2026-06-04T14:29:32.1703491Z test presence_history_replays_from_zero_for_a_late_subscriber ... ok
2026-06-04T14:29:32.1705107Z test presence_survives_brain_restart_with_cursor_resume ... ok
2026-06-04T14:29:32.1705291Z 
2026-06-04T14:29:32.1705443Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s
2026-06-04T14:29:32.1705675Z 
2026-06-04T14:29:32.1749045Z      Running tests\propagate.rs (target\debug\deps\propagate-71b9a3c11c1fb577.exe)
2026-06-04T14:29:32.2170101Z 
2026-06-04T14:29:32.2170347Z running 4 tests
2026-06-04T14:29:32.4282718Z test untrusted_origin_gets_no_offer ... ok
2026-06-04T14:29:32.4362149Z test rollback_offer_is_rejected_before_any_fetch ... ok
2026-06-04T14:29:32.4558128Z test tampered_relay_artifact_is_rejected_and_never_staged ... ok
2026-06-04T14:29:32.6731577Z test chain_self_heal_propagates_with_gate_at_every_hop ... ok
2026-06-04T14:29:32.6731768Z 
2026-06-04T14:29:32.6731918Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.46s
2026-06-04T14:29:32.6732122Z 
2026-06-04T14:29:32.7001482Z      Running tests\replicate.rs (target\debug\deps\replicate-a52af5083c337f41.exe)
2026-06-04T14:29:33.3519745Z 
2026-06-04T14:29:33.3519998Z running 1 test
2026-06-04T14:29:33.5131354Z test registries_converge_over_the_wire_and_the_lease_holds ... ok
2026-06-04T14:29:33.5131554Z 
2026-06-04T14:29:33.5131727Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
2026-06-04T14:29:33.5132184Z 
2026-06-04T14:29:33.5223641Z      Running tests\sync.rs (target\debug\deps\sync-3c64122492f94bb2.exe)
2026-06-04T14:29:33.5601207Z 
2026-06-04T14:29:33.5601381Z running 3 tests
2026-06-04T14:29:35.2866318Z test torn_pull_recovers_by_repulling ... ok
2026-06-04T14:29:37.1994126Z test two_tier_sync_lands_and_gate_refuses_server_side ... ok
2026-06-04T14:29:37.7864570Z test concurrent_writes_reconcile_on_elected_node_and_converge ... ok
2026-06-04T14:29:37.7864774Z 
2026-06-04T14:29:37.7864929Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.23s
2026-06-04T14:29:37.7865141Z 
2026-06-04T14:29:37.8100764Z      Running tests\twohost.rs (target\debug\deps\twohost-2a309e4050f00bec.exe)
2026-06-04T14:29:38.4696085Z 
2026-06-04T14:29:38.4696338Z running 2 tests
2026-06-04T14:29:38.4697629Z test two_host_ladder_role_a ... ok
2026-06-04T14:29:38.4699677Z test two_host_ladder_role_b ... ok
2026-06-04T14:29:38.4699810Z 
2026-06-04T14:29:38.4700035Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:29:38.4700265Z 
2026-06-04T14:29:38.4717236Z      Running tests\wanmsg.rs (target\debug\deps\wanmsg-b6e3d346ce6c51ce.exe)
2026-06-04T14:29:39.1243179Z 
2026-06-04T14:29:39.1243434Z running 2 tests
2026-06-04T14:29:39.5150989Z test wan_message_lands_exactly_once_under_transport_origin ... ok
2026-06-04T14:29:39.5313018Z test receiver_restart_replays_feed_without_double_delivery ... ok
2026-06-04T14:29:39.5313199Z 
2026-06-04T14:29:39.5313351Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s
2026-06-04T14:29:39.5313560Z 
2026-06-04T14:29:39.5378473Z      Running tests\xfer.rs (target\debug\deps\xfer-7f160574a881b9ae.exe)
2026-06-04T14:29:39.5743999Z 
2026-06-04T14:29:39.5744231Z running 2 tests
2026-06-04T14:29:39.7944923Z test push_survives_target_brain_restart_exactly_once ... ok
2026-06-04T14:29:39.8218104Z test fetch_lands_byte_identical_with_progress_both_ends ... ok
2026-06-04T14:29:39.8218295Z 
2026-06-04T14:29:39.8218455Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s
2026-06-04T14:29:39.8218665Z 
2026-06-04T14:29:39.8314648Z      Running unittests src\lib.rs (target\debug\deps\spt_live-8abfcdb1e679687a.exe)
2026-06-04T14:29:39.8590201Z 
2026-06-04T14:29:39.8590370Z running 49 tests
2026-06-04T14:29:39.8596444Z test context::tests::direct_always_writes ... ok
2026-06-04T14:29:39.8597474Z test context::tests::llm_over_llm_writes ... ok
2026-06-04T14:29:39.8598433Z test context::tests::llm_within_window_suppressed ... ok
2026-06-04T14:29:39.8600472Z test context::tests::llm_past_window_writes ... ok
2026-06-04T14:29:39.8600840Z test history::tests::missing_fetcher_field_errors ... ok
2026-06-04T14:29:39.8601169Z test echo::tests::provenance_is_stamped ... ok
2026-06-04T14:29:39.8683843Z test context::tests::write_context_suppresses_stale_llm ... ok
2026-06-04T14:29:39.8685323Z test outbound::tests::empty_body_parses_to_empty_intent ... ok
2026-06-04T14:29:39.8686624Z test outbound::tests::malformed_and_chunk_lines_are_skipped ... ok
2026-06-04T14:29:39.8688318Z test outbound::tests::non_authorable_types_are_ignored ... ok
2026-06-04T14:29:39.8689726Z test outbound::tests::parses_reply_and_notify_in_order ... ok
2026-06-04T14:29:39.8691030Z test outbound::tests::prose_only_yields_nothing ... ok
2026-06-04T14:29:39.8692389Z test outbound::tests::spoofed_routing_attrs_are_unrepresentable ... ok
2026-06-04T14:29:39.8693962Z test psyche::tests::prompt_includes_time_and_event ... ok
2026-06-04T14:29:39.8695244Z test psyche::tests::prompt_without_event ... ok
2026-06-04T14:29:39.8806419Z test context::tests::identified_write_stamps_advancing_vector ... ok
2026-06-04T14:29:39.8885984Z test context::tests::pre_identity_write_stamps_v1_shape ... ok
2026-06-04T14:29:39.8947112Z test history::tests::native_reads_logged_records ... ok
2026-06-04T14:29:39.8952348Z test history::tests::native_missing_log_is_empty ... ok
2026-06-04T14:29:39.8975182Z test history::tests::fetcher_yields_records ... ok
2026-06-04T14:29:39.9057291Z test echo::tests::echo_consumes_history_and_writes_commune ... ok
2026-06-04T14:29:39.9098244Z test echo::tests::echo_nonzero_errors ... ok
2026-06-04T14:29:39.9156350Z test echo::tests::echo_child_is_recursion_guarded ... ok
2026-06-04T14:29:39.9223756Z test history::tests::locate_normalize_reads_and_normalizes ... ok
2026-06-04T14:29:40.1724617Z test history::tests::fetcher_timeout_errors ... ok
2026-06-04T14:29:40.3060429Z test ingest::tests::commune_drop_is_ingested_and_deleted ... ok
2026-06-04T14:29:40.8853763Z test ingest::tests::both_drops_ingested ... ok
2026-06-04T14:29:40.8862308Z test ingest::tests::no_drops_is_empty ... ok
2026-06-04T14:29:40.8863353Z test signoff::tests::echo_precedes_signoff_compose ... ok
2026-06-04T14:29:40.8864310Z test signoff::tests::missing_session_skips_echo ... ok
2026-06-04T14:29:40.8865317Z test signoff::tests::recovered_self_is_not_signed_off ... ok
2026-06-04T14:29:40.8874621Z test signoff::tests::stale_signoff_swept ... ok
2026-06-04T14:29:40.9158736Z test turn::tests::empty_stdout_is_an_error ... ok
2026-06-04T14:29:40.9415303Z test turn::tests::turn_captures_stdout ... ok
2026-06-04T14:29:41.1590409Z test ingest::tests::stale_commune_suppressed_but_deleted ... ok
2026-06-04T14:29:42.3201202Z test ingest::tests::two_slice_drop_routes_per_tier ... ok
2026-06-04T14:29:42.3340632Z test psyche::tests::spawn_binds_nested_perch_and_sets_guard ... ok
2026-06-04T14:29:42.3357887Z test pulse::tests::echo_gate_fires_exactly_once ... ok
2026-06-04T14:29:42.7310426Z test pulse::tests::tick_ingests_drops ... ok
2026-06-04T14:29:42.7327006Z test pulse::tests::tick_reports_idle ... ok
2026-06-04T14:29:43.1703318Z test reconcile::tests::failed_turn_preserves_everything ... ok
2026-06-04T14:29:43.4289914Z test reconcile::tests::no_conflict_is_a_noop ... ok
2026-06-04T14:29:44.1137303Z test reconcile::tests::reconcile_merges_and_clears ... ok
2026-06-04T14:29:44.5794913Z test reconcile::tests::suppressed_write_preserves_artifacts ... ok
2026-06-04T14:29:44.6080241Z test resume::tests::continue_existing_resumes_session ... ok
2026-06-04T14:29:45.0622783Z test resume::tests::download_composes_two_tiers ... ok
2026-06-04T14:29:45.0906392Z test resume::tests::fresh_with_preload_launches_preloaded ... ok
2026-06-04T14:29:45.0912685Z test resume::tests::missing_key_errors_before_spawn ... ok
2026-06-04T14:29:45.9550597Z test signoff::tests::boundary_writes_resume_commune ... ok
2026-06-04T14:29:45.9550793Z 
2026-06-04T14:29:45.9550946Z test result: ok. 49 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.10s
2026-06-04T14:29:45.9551165Z 
2026-06-04T14:29:45.9564696Z      Running unittests src\lib.rs (target\debug\deps\spt_msg-7c358ccef53fe7d0.exe)
2026-06-04T14:29:46.1580796Z 
2026-06-04T14:29:46.1581030Z running 22 tests
2026-06-04T14:29:46.1588609Z test deliver::tests::deferred_send_validates ... ok
2026-06-04T14:29:46.1589145Z test ring::tests::ring_no_perch ... ok
2026-06-04T14:29:46.2757593Z test listener::tests::blocking_accepts_within_window ... ok
2026-06-04T14:29:46.2758937Z test wire::tests::format_empty_from_is_anonymous ... ok
2026-06-04T14:29:46.2759466Z test deliver::tests::deferred_send_skips_stream_drain_survives_for_hook ... ok
2026-06-04T14:29:46.2760427Z test wire::tests::format_with_from_prepends_reply_to ... ok
2026-06-04T14:29:46.2764581Z test wire::tests::frame_round_trips_over_loopback ... ok
2026-06-04T14:29:46.2764943Z test wire::tests::oversized_length_prefix_rejected ... ok
2026-06-04T14:29:46.3500832Z test deliver::tests::offline_existing_perch_spools ... ok
2026-06-04T14:29:46.3830757Z test ready::tests::start_registers_resolvable_perch ... ok
2026-06-04T14:29:46.4038459Z test listener::tests::drop_unregisters_address ... ok
2026-06-04T14:29:46.4095039Z test listener::tests::blocking_times_out_when_idle ... ok
2026-06-04T14:29:46.4239948Z test ring::tests::ring_offline_target_queues_and_cleans_up ... ok
2026-06-04T14:29:46.4417766Z test deliver::tests::online_delivers_via_tcp_without_spooling ... ok
2026-06-04T14:29:46.4781635Z test ready::tests::soft_cleanup_preserves_spool_and_info ... ok
2026-06-04T14:29:46.4945934Z test ring::tests::ring_gets_reply_and_cleans_up ... ok
2026-06-04T14:29:46.5274985Z test ready::tests::recv_gets_live_tcp_message ... ok
2026-06-04T14:29:46.5390874Z test ready::tests::backlog_drains_on_start ... ok
2026-06-04T14:29:46.5705458Z test deliver::tests::send_outcome_mapping ... ok
2026-06-04T14:29:46.6449053Z test listener::tests::bind_registers_and_round_trips ... ok
2026-06-04T14:29:46.6964758Z test ring::tests::ring_timeout_cleans_up ... ok
2026-06-04T14:29:48.3921859Z test deliver::tests::recycled_pid_address_does_not_misdeliver ... ok
2026-06-04T14:29:48.3922058Z 
2026-06-04T14:29:48.3922236Z test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.23s
2026-06-04T14:29:48.3922452Z 
2026-06-04T14:29:48.3938631Z      Running tests\killer_quickstart.rs (target\debug\deps\killer_quickstart-984c4034fa6a74ba.exe)
2026-06-04T14:29:48.4250100Z 
2026-06-04T14:29:48.4250197Z running 2 tests
2026-06-04T14:29:49.8780982Z test offline_then_online_delivers_backlog ... ok
2026-06-04T14:29:49.9689268Z test two_agents_exchange_message_tcp_and_spool ... ok
2026-06-04T14:29:49.9689518Z 
2026-06-04T14:29:49.9689738Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.54s
2026-06-04T14:29:49.9690044Z 
2026-06-04T14:29:49.9705526Z      Running unittests src\lib.rs (target\debug\deps\spt_net-8e75d57a161aa0ff.exe)
2026-06-04T14:29:50.0059196Z 
2026-06-04T14:29:50.0059305Z running 91 tests
2026-06-04T14:29:50.0062256Z test net::endpoint::tests::mdns_discovery_connects_by_id ... ignored, needs LAN multicast; run with --ignored or on the D9 two-host rig
2026-06-04T14:29:50.0065675Z test net::pairing::ratelimit::tests::backoff_curve_doubles_then_caps ... ok
2026-06-04T14:29:50.0067150Z test net::attach::tests::record_split_across_chunks_reassembles ... ok
2026-06-04T14:29:50.0067570Z test net::pairing::ratelimit::tests::abandoned_ceremony_is_reclaimed_and_charged ... ok
2026-06-04T14:29:50.0068038Z test net::notif::tests::record_split_across_chunks_reassembles ... ok
2026-06-04T14:29:50.0068317Z test net::notif::tests::forged_origin_field_is_inert ... ok
2026-06-04T14:29:50.0068738Z test net::attach::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-04T14:29:50.0069179Z test net::pairing::ratelimit::tests::first_ceremony_is_free_and_success_resets ... ok
2026-06-04T14:29:50.0069623Z test net::pairing::ratelimit::tests::backoff_is_per_subnet ... ok
2026-06-04T14:29:50.0070078Z test net::pairing::ratelimit::tests::failures_impose_exponential_backoff ... ok
2026-06-04T14:29:50.0070562Z test net::pairing::ratelimit::tests::one_active_ceremony_per_subnet ... ok
2026-06-04T14:29:50.0070978Z test net::notif::tests::record_round_trips_and_unknown_kind_is_skipped ... ok
2026-06-04T14:29:50.0071415Z test net::pairing::rendezvous::tests::distinct_same_length_names_diverge ... ok
2026-06-04T14:29:50.0072383Z test net::pairing::rendezvous::tests::length_prefix_prevents_boundary_collision ... ok
2026-06-04T14:29:50.0073063Z test net::pairing::ratelimit::tests::success_clears_accumulated_backoff ... ok
2026-06-04T14:29:50.0073582Z test net::pairing::rendezvous::tests::token_is_deterministic ... ok
2026-06-04T14:29:50.0074147Z test net::pairing::rendezvous::tests::token_varies_with_name_and_step ... ok
2026-06-04T14:29:50.0074667Z test net::pairing::rendezvous::tests::window_is_three_adjacent_tokens ... ok
2026-06-04T14:29:50.0075189Z test net::pairing::totp::tests::debug_redacts_seed ... ok
2026-06-04T14:29:50.0076148Z test net::pairing::totp::tests::code_at_is_six_zero_padded_digits ... ok
2026-06-04T14:29:50.0077299Z test net::pairing::totp::tests::matches_rfc6238_appendix_b_vectors ... ok
2026-06-04T14:29:50.0077815Z test net::pairing::totp::tests::time_step_is_floor_unix_over_period ... ok
2026-06-04T14:29:50.0078301Z test net::pairing::totp::tests::otpauth_uri_is_well_formed_and_encoded ... ok
2026-06-04T14:29:50.0078767Z test net::pairing::totp::tests::generated_seeds_are_distinct ... ok
2026-06-04T14:29:50.0079227Z test net::pairing::totp::tests::window_accepts_plus_minus_one_only ... ok
2026-06-04T14:29:50.0079688Z test net::pairing::totp::tests::seed_round_trips_through_base32 ... ok
2026-06-04T14:29:50.0082873Z test net::pairing::transcript::tests::diverged_shared_secret_fails_verification ... ok
2026-06-04T14:29:50.0085354Z test net::pairing::transcript::tests::length_prefixing_prevents_boundary_collision ... ok
2026-06-04T14:29:50.0087498Z test net::pairing::transcript::tests::matching_tag_verifies_and_roles_differ ... ok
2026-06-04T14:29:50.0088077Z test net::pairing::transcript::tests::pake_identity_binds_role_and_context ... ok
2026-06-04T14:29:50.0088721Z test net::pairing::transcript::tests::message_order_is_bound ... ok
2026-06-04T14:29:50.0089288Z test net::pairing::transcript::tests::each_bound_field_changes_the_tag ... ok
2026-06-04T14:29:50.0089861Z test net::pairing::wire::tests::frame_codec_round_trips_and_rejects_garbage ... ok
2026-06-04T14:29:50.0413684Z test net::pairing::spake::tests::reflected_role_is_rejected_by_pake ... ok
2026-06-04T14:29:50.0531110Z test net::endpoint::tests::endpoint_id_binds_to_identity ... ok
2026-06-04T14:29:50.0536498Z test net::registry::tests::advertise_if_visible_gates_before_join ... ok
2026-06-04T14:29:50.0537020Z test net::registry::tests::distinct_nodes_are_separate_instances ... ok
2026-06-04T14:29:50.0539786Z test net::registry::tests::equal_epoch_replay_is_stale_noop ... ok
2026-06-04T14:29:50.0543386Z test net::registry::tests::excluded_endpoint_is_not_routable_even_via_node_pin ... ok
2026-06-04T14:29:50.0547309Z test net::registry::tests::exclusion_prunes_cross_subnet_ambiguity ... ok
2026-06-04T14:29:50.0547830Z test net::registry::tests::join_collides_even_with_offline_holder ... ok
2026-06-04T14:29:50.0555896Z test net::registry::tests::join_colliding_id_on_other_node_refuses_untouched ... ok
2026-06-04T14:29:50.0556561Z test net::registry::tests::join_fresh_id_is_inserted ... ok
2026-06-04T14:29:50.0557004Z test net::registry::tests::join_same_name_in_different_subnet_is_legal ... ok
2026-06-04T14:29:50.0557514Z test net::registry::tests::join_same_node_falls_through_to_lease ... ok
2026-06-04T14:29:50.0560301Z test net::registry::tests::newer_epoch_supersedes_same_node ... ok
2026-06-04T14:29:50.0568732Z test net::registry::tests::registry_serde_roundtrips ... ok
2026-06-04T14:29:50.0571143Z test net::registry::tests::rename_collision_refuses_whole_ripple ... ok
2026-06-04T14:29:50.0573757Z test net::registry::tests::rename_ripples_rows_across_advertised_subnets ... ok
2026-06-04T14:29:50.0576721Z test net::registry::tests::resolve_across_bare_id_in_two_subnets_refuses ... ok
2026-06-04T14:29:50.0577278Z test net::registry::tests::resolve_across_subnet_qualified_routes_there ... ok
2026-06-04T14:29:50.0581930Z test net::registry::tests::resolve_across_unique_id_resolves ... ok
2026-06-04T14:29:50.0582377Z test net::registry::tests::resolve_multiple_live_nodes_refuses ... ok
2026-06-04T14:29:50.0585245Z test net::registry::tests::resolve_node_qualifier_pins_and_offline_is_not_found ... ok
2026-06-04T14:29:50.0589726Z test net::registry::tests::resolve_prefers_local_instance ... ok
2026-06-04T14:29:50.0590329Z test net::registry::tests::resolve_sole_live_remote_and_skips_offline ... ok
2026-06-04T14:29:50.0597502Z test net::registry::tests::resource_blurb_rides_the_lease_and_serde ... ok
2026-06-04T14:29:50.0599204Z test net::registry::tests::resource_projection_filters_hidden_and_offline ... ok
2026-06-04T14:29:50.0602812Z test net::registry::tests::stale_active_cannot_clobber_newer_offline ... ok
2026-06-04T14:29:50.0604864Z test net::registry::tests::suspended_is_addressable_and_roundtrips ... ok
2026-06-04T14:29:50.0607161Z test net::replicate::tests::apply_routes_by_subnet_and_drops_non_member ... ok
2026-06-04T14:29:50.0609756Z test net::replicate::tests::decoder_survives_chunk_splits_and_corrupt_lines ... ok
2026-06-04T14:29:50.0611383Z test net::replicate::tests::stale_wire_update_cannot_clobber_newer_state ... ok
2026-06-04T14:29:50.0613374Z test net::replicate::tests::update_round_trips_and_tolerates_unknown_field ... ok
2026-06-04T14:29:50.0615149Z test net::sync::tests::forged_origin_field_is_inert ... ok
2026-06-04T14:29:50.0617002Z test net::sync::tests::record_split_across_chunks_reassembles ... ok
2026-06-04T14:29:50.0620023Z test net::sync::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-04T14:29:50.0621851Z test net::update::tests::forged_origin_field_is_inert ... ok
2026-06-04T14:29:50.0623722Z test net::update::tests::record_split_across_chunks_reassembles ... ok
2026-06-04T14:29:50.0625845Z test net::update::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-04T14:29:50.0627384Z test net::wanmsg::tests::forged_origin_field_is_inert ... ok
2026-06-04T14:29:50.0628680Z test net::wanmsg::tests::message_round_trips_and_tolerates_unknown_field ... ok
2026-06-04T14:29:50.0629852Z test net::wanmsg::tests::route_splits_local_and_remote_and_passes_refusals ... ok
2026-06-04T14:29:50.0631145Z test net::xfer::tests::forged_origin_field_is_inert ... ok
2026-06-04T14:29:50.0632332Z test net::xfer::tests::record_split_across_chunks_reassembles ... ok
2026-06-04T14:29:50.0634081Z test net::xfer::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-04T14:29:50.0781160Z test net::pairing::spake::tests::wrong_subnet_fails ... ok
2026-06-04T14:29:50.0785542Z test net::pairing::spake::tests::tampered_tag_fails ... ok
2026-06-04T14:29:50.0796292Z test net::pairing::spake::tests::substituted_pubkey_fails ... ok
2026-06-04T14:29:50.0802267Z test net::pairing::spake::tests::stale_step_fails ... ok
2026-06-04T14:29:50.0802746Z test net::pairing::spake::tests::matching_code_pairs_and_agrees_on_key ... ok
2026-06-04T14:29:50.0806509Z test net::pairing::spake::tests::stale_epoch_fails ... ok
2026-06-04T14:29:50.0810921Z test net::pairing::spake::tests::wrong_code_fails_at_confirmation_not_spake ... ok
2026-06-04T14:29:50.1040590Z test net::pairing::wire::tests::unknown_subnet_is_rejected ... ok
2026-06-04T14:29:50.1052695Z test net::endpoint::tests::two_endpoints_loopback_echo ... ok
2026-06-04T14:29:50.1068972Z test net::pairing::wire::tests::busy_subnet_refuses_ceremony ... ok
2026-06-04T14:29:50.1069246Z test net::pairing::wire::tests::stale_step_is_rejected ... ok
2026-06-04T14:29:50.1781542Z test net::pairing::wire::tests::loopback_pairs_and_pins_both_sides ... ok
2026-06-04T14:29:50.1788510Z test net::pairing::wire::tests::repair_member_keeps_seed ... ok
2026-06-04T14:29:50.2017164Z test net::pairing::wire::tests::wrong_code_fails_and_writes_no_trust ... ok
2026-06-04T14:29:50.2081209Z test net::pairing::wire::tests::create_new_then_join_learns_named_subnet ... ok
2026-06-04T14:29:50.2081520Z 
2026-06-04T14:29:50.2081947Z test result: ok. 90 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.20s
2026-06-04T14:29:50.2082164Z 
2026-06-04T14:29:50.2122222Z      Running unittests src\lib.rs (target\debug\deps\spt_proto-e67c0d5e8c4795e8.exe)
2026-06-04T14:29:50.2855343Z 
2026-06-04T14:29:50.2855672Z running 54 tests
2026-06-04T14:29:50.2859498Z test addr::tests::parses_every_qualifier_combination ... ok
2026-06-04T14:29:50.2860859Z test addr::tests::display_round_trips ... ok
2026-06-04T14:29:50.2861289Z test addr::tests::rejects_empty_or_bad_components ... ok
2026-06-04T14:29:50.2861986Z test chunk::tests::missing_middle_part_is_dropped ... ok
2026-06-04T14:29:50.2862498Z test chunk::tests::orphan_group_without_head_is_dropped ... ok
2026-06-04T14:29:50.2863521Z test endpoint::tests::unknown_tag_tolerated_and_preserved ... ok
2026-06-04T14:29:50.2863818Z test addr::tests::rejects_doubled_delimiters ... ok
2026-06-04T14:29:50.2864155Z test chunk::tests::oversized_line_splits_and_each_part_is_well_formed_and_bounded ... ok
2026-06-04T14:29:50.2864514Z test endpoint::tests::agent_vs_shell_split ... ok
2026-06-04T14:29:50.2864770Z test endpoint::tests::broker_and_node_families ... ok
2026-06-04T14:29:50.2865259Z test chunk::tests::reassemble_stream_handles_mixed_traffic ... ok
2026-06-04T14:29:50.2865755Z test endpoint::tests::shell_kind_round_trips ... ok
2026-06-04T14:29:50.2866224Z test envelope::tests::body_escape_unescape_round_trips_html_and_newlines ... ok
2026-06-04T14:29:50.2866699Z test chunk::tests::short_line_passes_through_unchunked ... ok
2026-06-04T14:29:50.2867253Z test endpoint::tests::day_one_tags_round_trip ... ok
2026-06-04T14:29:50.2867973Z test chunk::tests::malformed_parts_return_none ... ok
2026-06-04T14:29:50.2868353Z test envelope::tests::decode_is_amp_last_so_literal_entities_do_not_double_decode ... ok
2026-06-04T14:29:50.2868756Z test envelope::tests::from_attr_returns_none_on_garbage_or_empty ... ok
2026-06-04T14:29:50.2869169Z test envelope::tests::from_attr_unescape_is_amp_last ... ok
2026-06-04T14:29:50.2869620Z test envelope::tests::parser_both_tags_present ... ok
2026-06-04T14:29:50.2870025Z test envelope::tests::parser_empty_body_is_some_empty_and_nested_tags_preserved ... ok
2026-06-04T14:29:50.2870509Z test envelope::tests::parser_no_tags_falls_back_whole_payload_to_live ... ok
2026-06-04T14:29:50.2870935Z test envelope::tests::parser_out_of_order_tags_both_extracted ... ok
2026-06-04T14:29:50.2871357Z test envelope::tests::parser_unclosed_live_tag_does_not_scoop_project ... ok
2026-06-04T14:29:50.2871692Z test event::tests::alarm_event_round_trips ... ok
2026-06-04T14:29:50.2872213Z test event::tests::attr_decode_is_amp_last ... ok
2026-06-04T14:29:50.2872523Z test event::tests::attr_order_preserved ... ok
2026-06-04T14:29:50.2872820Z test event::tests::body_with_literal_event_tokens_round_trips ... ok
2026-06-04T14:29:50.2873421Z test event::tests::empty_body_envelope_parses ... ok
2026-06-04T14:29:50.2873788Z test event::tests::malformed_inputs_return_none_without_panic ... ok
2026-06-04T14:29:50.2874180Z test event::tests::msg_event_round_trips ... ok
2026-06-04T14:29:50.2874605Z test event::tests::psyche_authorable_types_are_reply_and_notify_only ... ok
2026-06-04T14:29:50.2875300Z test event::tests::typed_envelope_detected_and_parsed ... ok
2026-06-04T14:29:50.2876278Z test event::tests::typed_predicate_rejects_partials ... ok
2026-06-04T14:29:50.2876875Z test id::tests::accepts_japanese_scripts ... ok
2026-06-04T14:29:50.2877291Z test id::tests::accepts_plain_and_composite_ids ... ok
2026-06-04T14:29:50.2877642Z test id::tests::rejects_empty_and_overlong ... ok
2026-06-04T14:29:50.2878237Z test id::tests::rejects_path_whitespace_and_control ... ok
2026-06-04T14:29:50.2878694Z test id::tests::reports_bad_char_position ... ok
2026-06-04T14:29:50.2879039Z test id::tests::reserves_address_delimiters ... ok
2026-06-04T14:29:50.2879374Z test identity::tests::bad_inputs_error_without_panic ... ok
2026-06-04T14:29:50.2879701Z test payload::tests::base64_known_vectors ... ok
2026-06-04T14:29:50.2880035Z test payload::tests::binary_blob_round_trips_all_byte_values ... ok
2026-06-04T14:29:50.2880390Z test identity::tests::public_key_hex_round_trips ... ok
2026-06-04T14:29:50.2880704Z test payload::tests::command_payload_round_trips ... ok
2026-06-04T14:29:50.2881011Z test payload::tests::text_payload_round_trips ... ok
2026-06-04T14:29:50.2881346Z test payload::tests::blob_padding_lengths_round_trip ... ok
2026-06-04T14:29:50.2881721Z test payload::tests::unknown_or_malformed_decodes_to_none ... ok
2026-06-04T14:29:50.2882083Z test version::tests::current_version_self_compatible ... ok
2026-06-04T14:29:50.2882461Z test version::tests::n_minus_one_window_accepts_and_rejects ... ok
2026-06-04T14:29:50.2883049Z test version::tests::window_floor_saturates_at_zero ... ok
2026-06-04T14:29:50.2960107Z test identity::tests::known_answer_fixed_seed_is_stable ... ok
2026-06-04T14:29:50.3043038Z test chunk::tests::split_then_reassemble_is_byte_identity ... ok
2026-06-04T14:29:50.3204942Z test identity::tests::sign_verify_round_trip ... ok
2026-06-04T14:29:50.3205506Z 
2026-06-04T14:29:50.3205667Z test result: ok. 54 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
2026-06-04T14:29:50.3205876Z 
2026-06-04T14:29:50.3219083Z      Running unittests src\lib.rs (target\debug\deps\spt_runtime-ead00a4ad35b02d7.exe)
2026-06-04T14:29:50.4510762Z 
2026-06-04T14:29:50.4510963Z running 21 tests
2026-06-04T14:29:50.4517718Z test manifest::tests::syntactically_broken_toml_is_an_error_not_a_panic ... ok
2026-06-04T14:29:50.4518451Z test manifest::tests::pty_digest_minimal_defaults ... ok
2026-06-04T14:29:50.4519698Z test manifest::tests::minimal_header_only_manifest_is_valid ... ok
2026-06-04T14:29:50.4520279Z test manifest::tests::shell_kind_without_shell_section_fails_validation ... ok
2026-06-04T14:29:50.4520804Z test manifest::tests::pty_digest_requires_both_boundaries ... ok
2026-06-04T14:29:50.4521321Z test manifest::tests::harness_kind_with_shell_section_fails_validation ... ok
2026-06-04T14:29:50.4521813Z test manifest::tests::fetcher_strategy_requires_fetcher_field ... ok
2026-06-04T14:29:50.4522282Z test manifest::tests::unknown_enum_variant_is_an_error_not_a_panic ... ok
2026-06-04T14:29:50.4522766Z test manifest::tests::inject_env_without_value_fails_validation ... ok
2026-06-04T14:29:50.4523077Z test runtime::tests::fills_known_placeholders ... ok
2026-06-04T14:29:50.4523298Z test runtime::tests::missing_key_errors_before_spawn ... ok
2026-06-04T14:29:50.4523515Z test manifest::tests::shell_fixture_parses ... ok
2026-06-04T14:29:50.4523726Z test runtime::tests::tokenize_honors_double_quotes ... ok
2026-06-04T14:29:50.4523973Z test manifest::tests::update_avenue_content_signing_fields ... ok
2026-06-04T14:29:50.4524371Z test runtime::tests::unknown_role_errors ... ok
2026-06-04T14:29:50.4524827Z test manifest::tests::harness_fixture_parses_all_sections ... ok
2026-06-04T14:29:50.4529590Z test manifest::tests::round_trips_through_toml ... ok
2026-06-04T14:29:50.4530154Z test manifest::tests::pty_digest_round_trips ... ok
2026-06-04T14:29:50.4647139Z test runtime::tests::spawn_session_detached_returns_pid ... ok
2026-06-04T14:29:50.4784613Z test runtime::tests::bounded_run_captures_success ... ok
2026-06-04T14:29:50.7708863Z test runtime::tests::bounded_run_kills_on_timeout ... ok
2026-06-04T14:29:50.7709035Z 
2026-06-04T14:29:50.7709196Z test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
2026-06-04T14:29:50.7709404Z 
2026-06-04T14:29:50.7723752Z      Running unittests src\lib.rs (target\debug\deps\spt_store-492ab34c597832e8.exe)
2026-06-04T14:29:51.0220037Z 
2026-06-04T14:29:51.0220289Z running 130 tests
2026-06-04T14:29:51.0224727Z test access::tests::recent_outbound_correlates_within_window ... ok
2026-06-04T14:29:51.0225136Z test access::tests::allow_revoke_open_polarity ... ok
2026-06-04T14:29:51.0226602Z test access::tests::users_reservation_decodes_inert ... ok
2026-06-04T14:29:51.0227506Z test atomic::tests::retry_absorbs_transient_then_succeeds ... ok
2026-06-04T14:29:51.0228277Z test atomic::tests::retry_does_not_retry_non_transient ... ok
2026-06-04T14:29:51.0228690Z test atomic::tests::retry_gives_up_after_max_attempts ... ok
2026-06-04T14:29:51.0229079Z test atomic::tests::to_forward_slash_strips_unc_prefix ... ok
2026-06-04T14:29:51.0229658Z test contextmark::tests::join_bump_dominates_both_parents ... ok
2026-06-04T14:29:51.0230092Z test contextmark::tests::merge_decisions ... ok
2026-06-04T14:29:51.0230577Z test contextmark::tests::vector_compare_covers_all_orders ... ok
2026-06-04T14:29:51.0230969Z test contextmark::tests::marker_round_trips_v1_and_v2 ... ok
2026-06-04T14:29:51.0231588Z test contextmark::tests::vector_parse_tolerant ... ok
2026-06-04T14:29:51.0295828Z test access::tests::recent_outbound_is_bounded ... ok
2026-06-04T14:29:51.0300685Z test atomic::tests::atomic_write_bytes_round_trips ... ok
2026-06-04T14:29:51.0309859Z test access::tests::recent_outbound_persists ... ok
2026-06-04T14:29:51.0332195Z test epoch::tests::counter_persists_across_reload ... ok
2026-06-04T14:29:51.0356075Z test atomic::tests::atomic_write_creates_and_replaces ... ok
2026-06-04T14:29:51.0365249Z test epoch::tests::next_is_strictly_increasing_from_one ... ok
2026-06-04T14:29:51.0370634Z test epoch::tests::corrupt_or_absent_file_degrades_safely ... ok
2026-06-04T14:29:51.0375110Z test access::tests::store_persists_and_degrades_open ... ok
2026-06-04T14:29:51.0496593Z test history::tests::appends_one_record_per_line ... ok
2026-06-04T14:29:51.0505007Z test home::tests::home_assignment_matrix ... ok
2026-06-04T14:29:51.0507740Z test home::tests::scope_seeding_never_clobbers_user_policy ... ok
2026-06-04T14:29:51.0515884Z test home::tests::stamp_creation_fields_news_assign_and_revives_carry_forward ... ok
2026-06-04T14:29:51.0533172Z test home::tests::adoption_stamps_only_unset_and_only_when_unambiguous ... ok
2026-06-04T14:29:51.0631457Z test info::tests::busy_sentinel_round_trips_and_read_pid_is_none ... ok
2026-06-04T14:29:51.0680482Z test info::tests::corrupt_content_returns_none ... ok
2026-06-04T14:29:51.0771626Z test gitrun::tests::deadline_kills_and_reports_timed_out ... ok
2026-06-04T14:29:51.0776769Z test info::tests::read_pid_tolerates_schema_minimal ... ok
2026-06-04T14:29:51.0977489Z test info::tests::set_last_active_stamps_recency ... ok
2026-06-04T14:29:51.0987415Z test info::tests::set_driven_by_stamps_and_clears ... ok
2026-06-04T14:29:51.1178515Z test gitrun::tests::version_runs_within_budget ... ok
2026-06-04T14:29:51.1201221Z test info::tests::set_resources_writes_and_clears_the_blurb ... ok
2026-06-04T14:29:51.1239611Z test info::tests::set_rest_state_stamps_state_and_anchor_as_a_pair ... ok
2026-06-04T14:29:51.1242989Z test info::tests::write_read_round_trip ... ok
2026-06-04T14:29:51.1281061Z test info::tests::set_status_marks_existing_record ... ok
2026-06-04T14:29:51.1326173Z test liveness::tests::busy_and_missing_keep_interim_parity ... ok
2026-06-04T14:29:51.1415364Z test liveness::tests::daemon_hosted_online_survives_dead_pid ... ok
2026-06-04T14:29:51.1419838Z test liveness::tests::daemon_hosted_offline_overrides_live_pid ... ok
2026-06-04T14:29:51.1511142Z test nodeid::tests::corrupt_key_errors_never_regenerates ... ok
2026-06-04T14:29:51.1518581Z test liveness::tests::external_perch_still_pid_probes ... ok
2026-06-04T14:29:51.1755231Z test liveness::tests::registry_entry_keys_on_status_for_hosted_rows ... ok
2026-06-04T14:29:51.1775154Z test nodeid::tests::seed_hex_round_trips ... ok
2026-06-04T14:29:51.1860767Z test nodeid::tests::create_then_load_is_stable ... ok
2026-06-04T14:29:51.2415652Z test notif::tests::listing_is_subnet_scoped ... ok
2026-06-04T14:29:51.2433833Z test contextstore::tests::invalid_id_refused ... ok
2026-06-04T14:29:51.2438637Z test notif::tests::row_serde_round_trips_with_forward_compat ... ok
2026-06-04T14:29:51.2550166Z test notif::tests::produce_list_dismiss_round_trip ... ok
2026-06-04T14:29:51.2981089Z test notif::tests::stale_undismissed_copy_cannot_undismiss ... ok
2026-06-04T14:29:51.3001502Z test perch::tests::child_files_route_through_one_resolver ... ok
2026-06-04T14:29:51.3005123Z test perch::tests::classification_matrix ... ok
2026-06-04T14:29:51.3036446Z test notif::tests::merge_is_idempotent_and_commutative ... ok
2026-06-04T14:29:51.3039668Z test perch::tests::explicit_parent_wins_over_infer ... ok
2026-06-04T14:29:51.3098844Z test perch::tests::resolve_psyche_and_worker_nest_under_parent ... ok
2026-06-04T14:29:51.3106708Z test perch::tests::resolve_self_is_flat ... ok
2026-06-04T14:29:51.3122512Z test perch::tests::spt_home_is_pure_and_honors_env ... ok
2026-06-04T14:29:51.3131474Z test proc::tests::current_process_is_alive ... ok
2026-06-04T14:29:51.3204368Z test notif::tests::reopen_is_durable_and_corrupt_seen_degrades ... ok
2026-06-04T14:29:51.3215389Z test proc::tests::parent_pid_resolves_and_is_alive ... ok
2026-06-04T14:29:51.3216058Z test proc::tests::pid_zero_is_dead_on_every_os ... ok
2026-06-04T14:29:51.3245977Z test perch::tests::list_self_perch_ids_enumerates_bound_top_level ... ok
2026-06-04T14:29:51.3248947Z test notif::tests::seen_unions_and_surfaced_maxes ... ok
2026-06-04T14:29:51.3249453Z test proc::tests::unassigned_pid_is_dead ... ok
2026-06-04T14:29:51.3249899Z test project::tests::url_spellings_normalize_to_one_id ... ok
2026-06-04T14:29:51.3461438Z test branchstore::tests::open_or_init_idempotent ... ok
2026-06-04T14:29:51.4135557Z test registry::tests::register_and_lookup ... ok
2026-06-04T14:29:51.4221753Z test registry::tests::clean_removes_dead_keeps_live ... ok
2026-06-04T14:29:51.4421865Z test registry::tests::clean_keys_on_status_for_daemon_hosted_rows ... ok
2026-06-04T14:29:51.4694933Z test registry::tests::register_on_nonexistent_owlery_creates_dir_and_succeeds ... ok
2026-06-04T14:29:51.4922313Z test registry::tests::reregister_replaces_address ... ok
2026-06-04T14:29:51.5163672Z test registry::tests::resolve_on_empty_registry_is_none_not_error ... ok
2026-06-04T14:29:51.5289103Z test rename::tests::live_nested_child_blocks_rename ... ok
2026-06-04T14:29:51.5306568Z test registry::tests::resolve_cleans_before_lookup ... ok
2026-06-04T14:29:51.5356744Z test seed::tests::absent_cwd_is_omitted ... ok
2026-06-04T14:29:51.5359764Z test seed::tests::seed_round_trips_through_json ... ok
2026-06-04T14:29:51.5403929Z test rename::tests::rename_refusals_leave_owlery_untouched ... ok
2026-06-04T14:29:51.5659958Z test rename::tests::rename_ripples_self_and_nested_children ... ok
2026-06-04T14:29:51.6328209Z test spool::tests::drain_marks_delivered_and_is_idempotent ... ok
2026-06-04T14:29:51.6373936Z test spool::tests::deferred_row_survives_event_drain_then_hook_delivers ... ok
2026-06-04T14:29:51.6955118Z test spool::tests::reopen_is_idempotent ... ok
2026-06-04T14:29:51.7373242Z test spool::tests::spool_touches_has_messages_sentinel ... ok
2026-06-04T14:29:51.7478080Z test registry::tests::concurrent_registration_never_locks ... ok
2026-06-04T14:29:51.7637910Z test spool::tests::non_deferred_drain_skips_deferred_and_preserves_order ... ok
2026-06-04T14:29:51.7648938Z test subnet::tests::add_joined_preserves_seed_and_epoch ... ok
2026-06-04T14:29:51.7652352Z test subnet::tests::create_subnet_starts_at_epoch_one_unique_name ... ok
2026-06-04T14:29:51.7652825Z test subnet::tests::hex_round_trips_and_rejects_bad_input ... ok
2026-06-04T14:29:51.7753692Z test subnet::tests::hide_new_endpoints_defaults_off_and_persists ... ok
2026-06-04T14:29:51.7782521Z test subnet::tests::minted_seeds_are_random ... ok
2026-06-04T14:29:51.7867042Z test subnet::tests::missing_or_corrupt_file_is_empty_store ... ok
2026-06-04T14:29:51.7872378Z test subnet::tests::remove_drops_membership ... ok
2026-06-04T14:29:51.7884528Z test subnet::tests::rotate_bumps_epoch_and_changes_seed ... ok
2026-06-04T14:29:51.7942308Z test spool::tests::wan_mark_seen_claims_once_and_blocks_spool_path ... ok
2026-06-04T14:29:51.7980760Z test subnet::tests::store_persists_multi_subnet_and_rotation ... ok
2026-06-04T14:29:51.8071242Z test project::tests::derivation_ladder ... ok
2026-06-04T14:29:51.8196674Z test spool::tests::event_part_body_persists_byte_exact ... ok
2026-06-04T14:29:51.8350469Z test spool::tests::wan_spool_dedups_on_op_id_across_reopen ... ok
2026-06-04T14:29:51.9630571Z test branchstore::tests::branches_are_independent_roots ... ok
2026-06-04T14:29:52.2210603Z test syncmerge::tests::non_context_branch_refused ... ok
2026-06-04T14:29:52.2706284Z test branchstore::tests::multi_key_commit_is_one_commit ... ok
2026-06-04T14:29:52.2787632Z test trust::tests::first_use_pins_then_is_trusted_idempotently ... ok
2026-06-04T14:29:52.2830002Z test trust::tests::label_anchor_is_subnet_scoped ... ok
2026-06-04T14:29:52.2830898Z test trust::tests::labelled_key_change_warns_without_mutating ... ok
2026-06-04T14:29:52.2906385Z test trust::tests::peers_in_filters_by_subnet ... ok
2026-06-04T14:29:52.2923221Z test trust::tests::repin_applies_accepted_key_change ... ok
2026-06-04T14:29:52.2923885Z test trust::tests::revoke_removes_trust ... ok
2026-06-04T14:29:52.3063864Z test trust::tests::store_persists_and_degrades_gracefully ... ok
2026-06-04T14:29:52.3071029Z test trust::tests::trust_is_scoped_per_subnet ... ok
2026-06-04T14:29:52.3077068Z test trust::tests::unlabelled_distinct_keys_each_pin ... ok
2026-06-04T14:29:52.3079339Z test visibility::tests::hidden_gates_sync_even_when_listed ... ok
2026-06-04T14:29:52.3084442Z test visibility::tests::hidden_is_or_of_defaults ... ok
2026-06-04T14:29:52.3098636Z test visibility::tests::override_wins_both_directions ... ok
2026-06-04T14:29:52.3104981Z test contextstore::tests::project_branch_holds_many_agents ... ok
2026-06-04T14:29:52.3116777Z test visibility::tests::synced_requires_membership_listing ... ok
2026-06-04T14:29:52.3207238Z test visibility::tests::store_persists_and_degrades_safe ... ok
2026-06-04T14:29:52.3225644Z test branchstore::tests::commit_then_read_at_tip ... ok
2026-06-04T14:29:52.3304721Z test xfer::tests::xfer_id_is_filename_safe_and_distinct ... ok
2026-06-04T14:29:52.3456147Z test xfer::tests::progress_round_trips_per_role_and_updates_mid_flight ... ok
2026-06-04T14:29:52.3628743Z test branchstore::tests::unchanged_write_is_no_commit ... ok
2026-06-04T14:29:53.2252056Z test contextstore::tests::two_tier_layout_and_commits ... ok
2026-06-04T14:29:53.4464209Z test contextstore::tests::conflict_artifacts_preserve_both_versions ... ok
2026-06-04T14:29:56.4183628Z test contextstore::tests::rename_ripples_both_tiers ... ok
2026-06-04T14:29:56.8674078Z test contextstore::tests::fork_copies_both_tiers_then_diverges ... ok
2026-06-04T14:29:57.2898017Z test syncmerge::tests::legacy_bottom_vectors_surface_not_overwrite ... ok
2026-06-04T14:29:57.4499177Z test syncmerge::tests::adopt_then_incremental_then_idempotent_repull ... ok
2026-06-04T14:29:57.4795260Z test contextstore::tests::remove_endpoint_removes_exactly_the_source ... ok
2026-06-04T14:29:57.9280600Z test syncmerge::tests::project_branch_unions_disjoint_agents ... ok
2026-06-04T14:29:58.6117580Z test syncmerge::tests::dominated_incoming_drops_but_joins_dag ... ok
2026-06-04T14:29:58.9687150Z test syncmerge::tests::concurrent_writes_surface_on_both_nodes ... ok
2026-06-04T14:29:59.5238713Z test info::tests::concurrent_read_during_writes_never_torn ... ok
2026-06-04T14:29:59.8228277Z test syncmerge::tests::reconciled_write_propagates_and_clears_artifacts ... ok
2026-06-04T14:29:59.8228504Z 
2026-06-04T14:29:59.8228674Z test result: ok. 130 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.80s
2026-06-04T14:29:59.8228902Z 
2026-06-04T14:29:59.8244840Z      Running unittests src\lib.rs (target\debug\deps\spt_term-7ded13700447d846.exe)
2026-06-04T14:29:59.9839447Z 
2026-06-04T14:29:59.9839702Z running 8 tests
2026-06-04T14:29:59.9843623Z test reader::tests::dsr_matcher_finds_query_across_chunk_boundary ... ok
2026-06-04T14:29:59.9844216Z test reader::tests::auto_answers_synthetic_dsr_query ... ok
2026-06-04T14:29:59.9846580Z test digest::tests::bad_pattern_is_reported_by_name ... ok
2026-06-04T14:29:59.9888393Z test digest::tests::windows_to_last_n_turns ... ok
2026-06-04T14:29:59.9891905Z test digest::tests::truncates_tool_args_to_width ... ok
2026-06-04T14:29:59.9893264Z test digest::tests::tags_input_agent_and_collapses_tool_sprints ... ok
2026-06-04T14:29:59.9895206Z test digest::tests::strips_ansi_and_tolerates_repaint_duplication ... ok
2026-06-04T14:29:59.9896801Z test reader::tests::no_dsr_means_no_answer ... ok
2026-06-04T14:29:59.9896943Z 
2026-06-04T14:29:59.9897101Z test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-04T14:29:59.9897552Z 
2026-06-04T14:29:59.9912172Z      Running tests\digest.rs (target\debug\deps\digest-6ac06f15f4beba54.exe)
2026-06-04T14:30:00.1766902Z 
2026-06-04T14:30:00.1767178Z running 1 test
2026-06-04T14:30:00.2268606Z test digest_parses_a_real_pty_stream ... ok
2026-06-04T14:30:00.2268776Z 
2026-06-04T14:30:00.2268933Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
2026-06-04T14:30:00.2269156Z 
2026-06-04T14:30:00.2286419Z      Running tests\dsr.rs (target\debug\deps\dsr-c1b15907eaf4317b.exe)
2026-06-04T14:30:00.2937233Z 
2026-06-04T14:30:00.2937404Z running 2 tests
2026-06-04T14:30:00.3370606Z test conpty_output_not_withheld_under_the_drain ... ok
2026-06-04T14:30:00.3370842Z test drain_forwards_child_output ... ok
2026-06-04T14:30:00.3370963Z 
2026-06-04T14:30:00.3371112Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
2026-06-04T14:30:00.3371321Z 
2026-06-04T14:30:00.3389067Z      Running tests\inject.rs (target\debug\deps\inject-4f10fcdc2739ad5c.exe)
2026-06-04T14:30:00.4084109Z 
2026-06-04T14:30:00.4084386Z running 2 tests
2026-06-04T14:30:00.4599894Z test ctrl_c_interrupts_the_child ... ok
2026-06-04T14:30:00.4700325Z test send_line_reaches_child_and_preserves_order ... ok
2026-06-04T14:30:00.4700570Z 
2026-06-04T14:30:00.4700809Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
2026-06-04T14:30:00.4701143Z 
2026-06-04T14:30:00.4713624Z      Running tests\stream.rs (target\debug\deps\stream-bf8700113ecf530b.exe)
2026-06-04T14:30:00.5479220Z 
2026-06-04T14:30:00.5479536Z running 2 tests
2026-06-04T14:30:00.5853942Z test delivers_every_value_under_resize ... ok
2026-06-04T14:30:01.5605081Z test bounded_backpressure_stalls_an_unconsumed_reader ... ok
2026-06-04T14:30:01.5605286Z 
2026-06-04T14:30:01.5605444Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.01s
2026-06-04T14:30:01.5605662Z 
2026-06-04T14:30:01.5638198Z      Running tests\surface.rs (target\debug\deps\surface-b6cab82372962717.exe)
2026-06-04T14:30:01.6364007Z 
2026-06-04T14:30:01.6364863Z running 1 test
2026-06-04T14:30:01.6470586Z test resize_under_load_does_not_hang_or_panic ... ok
2026-06-04T14:30:01.6470742Z 
2026-06-04T14:30:01.6470905Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-04T14:30:01.6471116Z 
2026-06-04T14:30:01.6481503Z    Doc-tests spt_daemon
2026-06-04T14:30:01.9518810Z 
2026-06-04T14:30:01.9519048Z running 0 tests
2026-06-04T14:30:01.9519156Z 
2026-06-04T14:30:01.9519332Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:30:01.9519556Z 
2026-06-04T14:30:01.9585533Z    Doc-tests spt_live
2026-06-04T14:30:02.0159651Z 
2026-06-04T14:30:02.0159844Z running 0 tests
2026-06-04T14:30:02.0159954Z 
2026-06-04T14:30:02.0160123Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:30:02.0160449Z 
2026-06-04T14:30:02.0209238Z    Doc-tests spt_msg
2026-06-04T14:30:02.0687541Z 
2026-06-04T14:30:02.0687710Z running 0 tests
2026-06-04T14:30:02.0687815Z 
2026-06-04T14:30:02.0687994Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:30:02.0688212Z 
2026-06-04T14:30:02.0731248Z    Doc-tests spt_net
2026-06-04T14:30:02.2586699Z 
2026-06-04T14:30:02.2586940Z running 0 tests
2026-06-04T14:30:02.2587053Z 
2026-06-04T14:30:02.2587236Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:30:02.2587459Z 
2026-06-04T14:30:02.2648865Z    Doc-tests spt_proto
2026-06-04T14:30:02.3134271Z 
2026-06-04T14:30:02.3134546Z running 0 tests
2026-06-04T14:30:02.3134709Z 
2026-06-04T14:30:02.3134950Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:30:02.3135263Z 
2026-06-04T14:30:02.3184125Z    Doc-tests spt_runtime
2026-06-04T14:30:02.4116851Z 
2026-06-04T14:30:02.4117053Z running 0 tests
2026-06-04T14:30:02.4117160Z 
2026-06-04T14:30:02.4117350Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:30:02.4117569Z 
2026-06-04T14:30:02.4171014Z    Doc-tests spt_store
2026-06-04T14:30:02.5313741Z 
2026-06-04T14:30:02.5313970Z running 0 tests
2026-06-04T14:30:02.5314081Z 
2026-06-04T14:30:02.5314255Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:30:02.5314462Z 
2026-06-04T14:30:02.5371006Z    Doc-tests spt_term
2026-06-04T14:30:02.5869882Z 
2026-06-04T14:30:02.5870022Z running 0 tests
2026-06-04T14:30:02.5870167Z 
2026-06-04T14:30:02.5870407Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:30:02.5870735Z 
2026-06-04T14:30:07.7815928Z ##[group]Run cargo clippy --workspace --all-targets -- -D warnings
2026-06-04T14:30:07.7816274Z [36;1mcargo clippy --workspace --all-targets -- -D warnings[0m
2026-06-04T14:30:07.7819028Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-04T14:30:07.7819248Z ##[endgroup]
2026-06-04T14:30:08.6151228Z     Checking cfg-if v1.0.4
2026-06-04T14:30:08.6151492Z     Checking windows-link v0.2.1
2026-06-04T14:30:08.6151654Z     Checking typenum v1.20.1
2026-06-04T14:30:08.6156568Z     Checking critical-section v1.2.0
2026-06-04T14:30:08.6156875Z     Checking subtle v2.6.1
2026-06-04T14:30:08.6157126Z     Checking memchr v2.8.1
2026-06-04T14:30:08.6159596Z     Checking smallvec v1.15.1
2026-06-04T14:30:08.6170172Z     Checking cpufeatures v0.2.17
2026-06-04T14:30:08.6172424Z     Checking serde_core v1.0.228
2026-06-04T14:30:08.6174565Z     Checking pin-project-lite v0.2.17
2026-06-04T14:30:08.6174872Z     Checking itoa v1.0.18
2026-06-04T14:30:08.6175211Z     Checking equivalent v1.0.2
2026-06-04T14:30:08.6175611Z     Checking log v0.4.30
2026-06-04T14:30:08.6177694Z     Checking hashbrown v0.17.1
2026-06-04T14:30:08.6180175Z     Checking rand_core v0.10.1
2026-06-04T14:30:08.6184720Z     Checking zeroize v1.8.2
2026-06-04T14:30:08.6719896Z     Checking getrandom v0.2.17
2026-06-04T14:30:08.6964286Z     Checking windows-sys v0.61.2
2026-06-04T14:30:08.7112020Z     Checking futures-core v0.3.32
2026-06-04T14:30:08.7224236Z     Checking bytes v1.11.1
2026-06-04T14:30:08.7270699Z     Checking stable_deref_trait v1.2.1
2026-06-04T14:30:08.7477023Z     Checking zerofrom v0.1.8
2026-06-04T14:30:08.7692118Z     Checking getrandom v0.4.2
2026-06-04T14:30:08.7730115Z     Checking libc v0.2.186
2026-06-04T14:30:08.7851287Z     Checking futures-sink v0.3.32
2026-06-04T14:30:08.7851632Z     Checking futures-io v0.3.32
2026-06-04T14:30:08.7851893Z     Checking slab v0.4.12
2026-06-04T14:30:08.7871086Z     Checking futures-task v0.3.32
2026-06-04T14:30:08.8001392Z     Checking bitflags v2.11.1
2026-06-04T14:30:08.8134715Z     Checking rand_core v0.6.4
2026-06-04T14:30:08.8569869Z     Checking zerocopy v0.8.50
2026-06-04T14:30:08.8845015Z     Checking yoke v0.8.2
2026-06-04T14:30:08.8926997Z     Checking futures-channel v0.3.32
2026-06-04T14:30:08.9150419Z     Checking signature v2.2.0
2026-06-04T14:30:08.9175414Z     Checking fastrand v2.4.1
2026-06-04T14:30:08.9199281Z     Checking litemap v0.8.2
2026-06-04T14:30:08.9335165Z     Checking writeable v0.6.3
2026-06-04T14:30:08.9646975Z     Checking libsqlite3-sys v0.30.1
2026-06-04T14:30:08.9660180Z     Checking zmij v1.0.21
2026-06-04T14:30:09.0092495Z     Checking utf8_iter v1.0.4
2026-06-04T14:30:09.0556179Z     Checking ed25519 v2.2.3
2026-06-04T14:30:09.0675998Z     Checking zerovec v0.11.6
2026-06-04T14:30:09.0995692Z     Checking zerotrie v0.2.4
2026-06-04T14:30:09.1356325Z     Checking fallible-streaming-iterator v0.1.9
2026-06-04T14:30:09.1478648Z     Checking fallible-iterator v0.3.0
2026-06-04T14:30:09.1548869Z     Checking futures-util v0.3.32
2026-06-04T14:30:09.1610966Z     Checking windows_x86_64_msvc v0.52.6
2026-06-04T14:30:09.1617841Z     Checking icu_normalizer_data v2.2.0
2026-06-04T14:30:09.2001735Z     Checking icu_properties_data v2.2.0
2026-06-04T14:30:09.2011491Z     Checking percent-encoding v2.3.2
2026-06-04T14:30:09.2139830Z     Checking http v1.4.1
2026-06-04T14:30:09.2163601Z     Checking indexmap v2.14.0
2026-06-04T14:30:09.2556676Z     Checking windows-targets v0.52.6
2026-06-04T14:30:09.2632203Z     Checking cpufeatures v0.3.0
2026-06-04T14:30:09.2651964Z     Checking thiserror v2.0.18
2026-06-04T14:30:09.3048432Z     Checking rustls-pki-types v1.14.1
2026-06-04T14:30:09.3334421Z     Checking form_urlencoded v1.2.2
2026-06-04T14:30:09.3551970Z     Checking chacha20 v0.10.0
2026-06-04T14:30:09.3776660Z     Checking windows-sys v0.59.0
2026-06-04T14:30:09.3975467Z    Compiling fnv v1.0.7
2026-06-04T14:30:09.4080550Z     Checking untrusted v0.9.0
2026-06-04T14:30:09.4113029Z    Compiling strsim v0.11.1
2026-06-04T14:30:09.4679716Z     Checking windows-result v0.4.1
2026-06-04T14:30:09.4807397Z     Checking windows-strings v0.5.1
2026-06-04T14:30:09.4811787Z     Checking ring v0.17.14
2026-06-04T14:30:09.5021356Z     Checking scopeguard v1.2.0
2026-06-04T14:30:09.5946685Z     Checking generic-array v0.14.7
2026-06-04T14:30:09.6145128Z     Checking rand v0.10.1
2026-06-04T14:30:09.6151923Z    Compiling darling_core v0.20.11
2026-06-04T14:30:09.6236210Z     Checking tinystr v0.8.3
2026-06-04T14:30:09.6267570Z     Checking potential_utf v0.1.5
2026-06-04T14:30:09.6486488Z     Checking lock_api v0.4.14
2026-06-04T14:30:09.6942424Z     Checking const-oid v0.10.2
2026-06-04T14:30:09.7829933Z     Checking icu_collections v2.2.0
2026-06-04T14:30:09.8433800Z     Checking icu_locale_core v2.2.0
2026-06-04T14:30:09.8462584Z     Checking atomic-waker v1.1.2
2026-06-04T14:30:09.8462890Z     Checking num-traits v0.2.19
2026-06-04T14:30:09.9116330Z     Checking derive_more v2.1.1
2026-06-04T14:30:09.9460084Z     Checking http-body v1.0.1
2026-06-04T14:30:09.9922262Z     Checking hybrid-array v0.4.12
2026-06-04T14:30:10.0116771Z     Checking base64ct v1.8.3
2026-06-04T14:30:10.1290565Z     Checking httparse v1.10.1
2026-06-04T14:30:10.1463276Z     Checking base64 v0.22.1
2026-06-04T14:30:10.1597050Z     Checking data-encoding v2.11.0
2026-06-04T14:30:10.1697325Z     Checking crypto-common v0.1.7
2026-06-04T14:30:10.1946735Z     Checking block-buffer v0.10.4
2026-06-04T14:30:10.3156587Z     Checking pem-rfc7468 v1.0.0
2026-06-04T14:30:10.3397130Z     Checking tinyvec_macros v0.1.1
2026-06-04T14:30:10.3796596Z     Checking digest v0.10.7
2026-06-04T14:30:10.4178290Z     Checking tower-service v0.3.3
2026-06-04T14:30:10.4587073Z     Checking try-lock v0.2.5
2026-06-04T14:30:10.4784383Z     Checking tinyvec v1.11.0
2026-06-04T14:30:10.5055009Z     Checking der v0.8.0-rc.10
2026-06-04T14:30:10.5095627Z     Checking inout v0.1.4
2026-06-04T14:30:10.5469959Z     Checking n0-error v0.1.3
2026-06-04T14:30:10.5818025Z     Checking crypto-common v0.2.2
2026-06-04T14:30:10.5899798Z     Checking block-buffer v0.12.0
2026-06-04T14:30:10.6019079Z     Checking want v0.3.1
2026-06-04T14:30:10.6173170Z     Checking sha2 v0.10.9
2026-06-04T14:30:10.6261931Z     Checking curve25519-dalek v4.1.3
2026-06-04T14:30:10.6346922Z     Checking serde v1.0.228
2026-06-04T14:30:10.6384204Z     Checking serde_json v1.0.150
2026-06-04T14:30:10.6476766Z     Checking icu_provider v2.2.0
2026-06-04T14:30:10.6977069Z     Checking rustls-webpki v0.103.13
2026-06-04T14:30:10.7267121Z     Checking windows-core v0.62.2
2026-06-04T14:30:10.7565583Z     Checking winapi v0.3.9
2026-06-04T14:30:10.7565879Z    Compiling anyhow v1.0.102
2026-06-04T14:30:10.9197075Z     Checking serial-core v0.4.0
2026-06-04T14:30:10.9255986Z     Checking icu_normalizer v2.2.0
2026-06-04T14:30:10.9432767Z     Checking icu_properties v2.2.0
2026-06-04T14:30:11.0682563Z     Checking parking v2.2.1
2026-06-04T14:30:11.1736185Z     Checking portable-atomic v1.13.1
2026-06-04T14:30:11.1998032Z     Checking ipnet v2.12.0
2026-06-04T14:30:11.2498471Z     Checking diatomic-waker v0.2.3
2026-06-04T14:30:11.2814883Z     Checking spin v0.10.0
2026-06-04T14:30:11.2815305Z     Checking cordyceps v0.3.4
2026-06-04T14:30:11.2965117Z     Checking httpdate v1.0.3
2026-06-04T14:30:11.3910873Z     Checking digest v0.11.3
2026-06-04T14:30:11.4204951Z     Checking futures-lite v2.6.1
2026-06-04T14:30:11.4286142Z     Checking pin-project v1.1.13
2026-06-04T14:30:11.4609807Z     Checking spki v0.8.0-rc.4
2026-06-04T14:30:11.4771472Z     Checking thiserror v1.0.69
2026-06-04T14:30:11.4912856Z     Checking ed25519-dalek v2.2.0
2026-06-04T14:30:11.5001622Z     Checking serial-windows v0.4.0
2026-06-04T14:30:11.5324246Z     Checking memoffset v0.6.5
2026-06-04T14:30:11.5648582Z     Checking cipher v0.4.4
2026-06-04T14:30:11.5735655Z     Checking parking_lot_core v0.9.12
2026-06-04T14:30:11.5812772Z     Checking futures-buffered v0.2.13
2026-06-04T14:30:11.5860028Z     Checking universal-hash v0.5.1
2026-06-04T14:30:11.6086266Z     Checking once_cell v1.21.4
2026-06-04T14:30:11.6167231Z     Checking aho-corasick v1.1.4
2026-06-04T14:30:11.6341105Z     Checking sync_wrapper v1.0.2
2026-06-04T14:30:11.6471820Z     Checking pin-utils v0.1.0
2026-06-04T14:30:11.6887266Z     Checking spt-proto v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-04T14:30:11.7791391Z     Checking either v1.16.0
2026-06-04T14:30:11.7823080Z     Checking opaque-debug v0.3.1
2026-06-04T14:30:11.7945720Z     Checking tracing-core v0.1.36
2026-06-04T14:30:11.7966613Z     Checking rustls v0.23.40
2026-06-04T14:30:11.7972842Z    Compiling powerfmt v0.2.0
2026-06-04T14:30:11.7973121Z     Checking byteorder v1.5.0
2026-06-04T14:30:11.8642508Z     Checking regex-syntax v0.8.10
2026-06-04T14:30:11.8809554Z     Checking lazy_static v1.5.0
2026-06-04T14:30:11.9790015Z     Checking bitflags v1.3.2
2026-06-04T14:30:11.9790367Z     Checking hash32 v0.2.1
2026-06-04T14:30:12.0257672Z     Checking shared_library v0.1.9
2026-06-04T14:30:12.0399419Z     Checking prefix-trie v0.8.4
2026-06-04T14:30:12.0455531Z     Checking idna_adapter v1.2.2
2026-06-04T14:30:12.0522066Z    Compiling deranged v0.5.8
2026-06-04T14:30:12.0938304Z     Checking polyval v0.6.2
2026-06-04T14:30:12.1078750Z     Checking nix v0.25.1
2026-06-04T14:30:12.1497880Z     Checking tracing v0.1.44
2026-06-04T14:30:12.1806296Z     Checking idna v1.1.0
2026-06-04T14:30:12.1806654Z     Checking parking_lot v0.12.5
2026-06-04T14:30:12.1893847Z     Checking serial v0.4.0
2026-06-04T14:30:12.2180718Z     Checking pkcs8 v0.11.0-rc.10
2026-06-04T14:30:12.2840259Z     Checking futures-executor v0.3.32
2026-06-04T14:30:12.2859280Z     Checking crossbeam-utils v0.8.21
2026-06-04T14:30:12.3571759Z     Checking toml_datetime v0.6.11
2026-06-04T14:30:12.4017015Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-04T14:30:12.4168005Z     Checking serde_spanned v0.6.9
2026-06-04T14:30:12.4168400Z     Checking spin v0.9.8
2026-06-04T14:30:12.4483873Z     Checking url v2.5.8
2026-06-04T14:30:12.5299043Z     Checking windows-threading v0.2.1
2026-06-04T14:30:12.5431837Z     Checking ahash v0.8.12
2026-06-04T14:30:12.5555749Z    Compiling num-conv v0.2.2
2026-06-04T14:30:12.5788890Z     Checking tower-layer v0.3.3
2026-06-04T14:30:12.6047865Z     Checking downcast-rs v1.2.1
2026-06-04T14:30:12.6250594Z    Compiling time-core v0.1.8
2026-06-04T14:30:12.7084994Z     Checking signature v3.0.0
2026-06-04T14:30:12.7129672Z     Checking hashbrown v0.14.5
2026-06-04T14:30:12.7204089Z     Checking toml_write v0.1.2
2026-06-04T14:30:12.7239797Z     Checking shell-words v1.1.1
2026-06-04T14:30:12.7555870Z     Checking winnow v0.7.15
2026-06-04T14:30:12.7623448Z     Checking windows-future v0.3.2
2026-06-04T14:30:12.7981505Z     Checking winreg v0.10.1
2026-06-04T14:30:12.8405604Z     Checking filedescriptor v0.8.3
2026-06-04T14:30:12.8517890Z     Checking ed25519 v3.0.0-rc.4
2026-06-04T14:30:12.8770981Z    Compiling darling_macro v0.20.11
2026-06-04T14:30:12.8792568Z     Checking heapless v0.7.17
2026-06-04T14:30:12.9484694Z     Checking futures v0.3.32
2026-06-04T14:30:12.9658352Z     Checking hickory-proto v0.26.0-beta.4
2026-06-04T14:30:12.9993925Z     Checking ghash v0.5.1
2026-06-04T14:30:13.0128141Z     Checking curve25519-dalek v5.0.0-pre.6
2026-06-04T14:30:13.0512462Z     Checking portable-pty v0.8.1
2026-06-04T14:30:13.1016410Z    Compiling proc-macro-crate v3.5.0
2026-06-04T14:30:13.1139703Z     Checking ctr v0.9.2
2026-06-04T14:30:13.1468680Z     Checking aes v0.8.4
2026-06-04T14:30:13.3279872Z    Compiling time v0.3.47
2026-06-04T14:30:13.3280231Z     Checking hashlink v0.9.1
2026-06-04T14:30:13.3284893Z     Checking sha2 v0.11.0-rc.5
2026-06-04T14:30:13.3442950Z     Checking windows-numerics v0.3.1
2026-06-04T14:30:13.3658440Z     Checking windows-collections v0.3.2
2026-06-04T14:30:13.4698055Z     Checking aead v0.5.2
2026-06-04T14:30:13.5096363Z     Checking http-body-util v0.1.3
2026-06-04T14:30:13.5536919Z    Compiling darling v0.20.11
2026-06-04T14:30:13.5999078Z     Checking regex-automata v0.4.14
2026-06-04T14:30:13.6126542Z     Checking cobs v0.3.0
2026-06-04T14:30:13.7024419Z     Checking rusqlite v0.32.1
2026-06-04T14:30:13.7857465Z     Checking widestring v1.2.1
2026-06-04T14:30:13.7857838Z    Compiling derive_builder_core v0.20.2
2026-06-04T14:30:13.8498523Z     Checking postcard v1.1.3
2026-06-04T14:30:13.8766716Z     Checking aes-gcm v0.10.3
2026-06-04T14:30:13.8980039Z     Checking windows v0.62.2
2026-06-04T14:30:13.9461205Z    Compiling num_enum_derive v0.7.6
2026-06-04T14:30:14.0314350Z     Checking data-encoding-macro v0.1.20
2026-06-04T14:30:14.0613780Z     Checking ed25519-dalek v3.0.0-pre.6
2026-06-04T14:30:14.0834846Z     Checking crossbeam-epoch v0.9.18
2026-06-04T14:30:14.1311343Z     Checking crossbeam-channel v0.5.15
2026-06-04T14:30:14.1865225Z     Checking chrono v0.4.44
2026-06-04T14:30:14.3265945Z     Checking windows-registry v0.6.1
2026-06-04T14:30:14.4095479Z     Checking uuid v1.23.2
2026-06-04T14:30:14.4095867Z     Checking toml_edit v0.22.27
2026-06-04T14:30:14.4859805Z     Checking identity-hash v0.1.0
2026-06-04T14:30:14.4977973Z     Checking spt-store v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-04T14:30:14.5684061Z     Checking xml-rs v0.8.28
2026-06-04T14:30:14.5721282Z     Checking sorted-index-buffer v0.2.1
2026-06-04T14:30:14.6075853Z     Checking allocator-api2 v0.2.21
2026-06-04T14:30:14.6076212Z     Checking tagptr v0.2.0
2026-06-04T14:30:14.7309895Z     Checking rustc-hash v2.1.2
2026-06-04T14:30:14.7604642Z     Checking ryu v1.0.23
2026-06-04T14:30:14.7604997Z     Checking foldhash v0.2.0
2026-06-04T14:30:14.8323938Z     Checking mac-addr v0.3.0
2026-06-04T14:30:14.8407912Z     Checking lru-slab v0.1.2
2026-06-04T14:30:14.9019448Z     Checking iroh-metrics v0.38.3
2026-06-04T14:30:14.9253650Z     Checking hashbrown v0.16.1
2026-06-04T14:30:14.9708079Z     Checking noq-proto v0.17.0
2026-06-04T14:30:15.0044350Z     Checking moka v0.12.15
2026-06-04T14:30:15.0489063Z     Checking strum v0.28.0
2026-06-04T14:30:15.0726736Z     Checking xmltree v0.10.3
2026-06-04T14:30:15.0831214Z    Compiling derive_builder_macro v0.20.2
2026-06-04T14:30:15.1467110Z     Checking iroh-base v0.98.0
2026-06-04T14:30:15.1534941Z     Checking attohttpc v0.30.1
2026-06-04T14:30:15.2366336Z     Checking simple-dns v0.9.3
2026-06-04T14:30:15.2527116Z     Checking num_enum v0.7.6
2026-06-04T14:30:15.2739492Z     Checking regex v1.12.3
2026-06-04T14:30:15.3278298Z     Checking sha1_smol v1.0.1
2026-06-04T14:30:15.3800567Z     Checking arrayvec v0.7.6
2026-06-04T14:30:15.5312719Z     Checking constant_time_eq v0.4.2
2026-06-04T14:30:15.5412436Z     Checking resolv-conf v0.7.6
2026-06-04T14:30:15.5463412Z     Checking arrayref v0.3.9
2026-06-04T14:30:15.5464267Z     Checking smol_str v0.1.24
2026-06-04T14:30:15.5810503Z    Compiling derive_builder v0.20.2
2026-06-04T14:30:15.5858656Z     Checking simdutf8 v0.1.5
2026-06-04T14:30:15.5877577Z     Checking lru v0.16.4
2026-06-04T14:30:15.5971889Z     Checking serde_bytes v0.11.19
2026-06-04T14:30:15.6091879Z     Checking hmac v0.12.1
2026-06-04T14:30:15.6329529Z     Checking webpki-roots v1.0.7
2026-06-04T14:30:15.6576148Z     Checking blake3 v1.8.5
2026-06-04T14:30:15.7072332Z     Checking cmov v0.5.4
2026-06-04T14:30:15.7362820Z     Checking spt-msg v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-04T14:30:15.7459525Z     Checking sha1 v0.10.6
2026-06-04T14:30:15.7696976Z     Checking hkdf v0.12.4
2026-06-04T14:30:15.7697278Z     Checking recvmsg v1.0.0
2026-06-04T14:30:15.7705898Z     Checking once_cell_polyfill v1.70.2
2026-06-04T14:30:15.7786066Z     Checking anstyle v1.0.14
2026-06-04T14:30:15.7786388Z     Checking utf8parse v0.2.2
2026-06-04T14:30:15.8176752Z     Checking is_terminal_polyfill v1.70.2
2026-06-04T14:30:15.8736715Z    Compiling vergen-lib v9.1.0
2026-06-04T14:30:15.8807664Z    Compiling vergen-lib v0.1.6
2026-06-04T14:30:15.8870269Z     Checking anstyle-parse v1.0.0
2026-06-04T14:30:15.9049579Z     Checking colorchoice v1.0.5
2026-06-04T14:30:15.9089460Z     Checking spake2 v0.4.0
2026-06-04T14:30:15.9202007Z     Checking toml v0.8.23
2026-06-04T14:30:15.9548470Z     Checking clap_lex v1.1.0
2026-06-04T14:30:15.9919282Z     Checking ctutils v0.4.2
2026-06-04T14:30:16.0093995Z     Checking mock-adapter v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\adapters\mock)
2026-06-04T14:30:16.0221921Z    Compiling vergen v9.1.0
2026-06-04T14:30:16.0271953Z     Checking spt-term v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-04T14:30:16.0836480Z    Compiling vergen-gitcl v1.0.8
2026-06-04T14:30:16.2374870Z     Checking spt-runtime v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-04T14:30:16.2860477Z     Checking socket2 v0.6.4
2026-06-04T14:30:16.2866235Z     Checking mio v1.2.1
2026-06-04T14:30:16.2870217Z     Checking tempfile v3.27.0
2026-06-04T14:30:16.2941325Z     Checking rustls-platform-verifier v0.7.0
2026-06-04T14:30:16.2941741Z     Checking netdev v0.42.0
2026-06-04T14:30:16.2973915Z     Checking seize v0.5.1
2026-06-04T14:30:16.3183425Z     Checking interprocess v2.4.2
2026-06-04T14:30:16.3280689Z     Checking anstyle-query v1.1.5
2026-06-04T14:30:16.3462225Z     Checking anstyle-wincon v3.0.11
2026-06-04T14:30:16.4706018Z    Compiling iroh-relay v0.98.0
2026-06-04T14:30:16.4765623Z     Checking anstream v1.0.0
2026-06-04T14:30:16.4810609Z     Checking papaya v0.2.4
2026-06-04T14:30:16.5393436Z     Checking noq-udp v0.10.0
2026-06-04T14:30:16.6470645Z     Checking ipconfig v0.3.4
2026-06-04T14:30:16.7133568Z     Checking clap_builder v4.6.0
2026-06-04T14:30:16.7181499Z     Checking tokio v1.52.3
2026-06-04T14:30:17.0561427Z     Checking spt-live v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-04T14:30:17.8481669Z     Checking clap v4.6.1
2026-06-04T14:30:18.9026188Z     Checking tokio-util v0.7.18
2026-06-04T14:30:18.9026431Z     Checking tokio-rustls v0.26.4
2026-06-04T14:30:18.9026687Z     Checking tower v0.5.3
2026-06-04T14:30:18.9026916Z     Checking acto v0.8.2
2026-06-04T14:30:18.9027188Z     Checking backon v1.6.0
2026-06-04T14:30:19.1648327Z     Checking swarm-discovery v0.6.0-alpha.2
2026-06-04T14:30:19.1741287Z     Checking tower-http v0.6.11
2026-06-04T14:30:19.2591431Z     Checking h2 v0.4.14
2026-06-04T14:30:19.2591708Z     Checking n0-future v0.3.2
2026-06-04T14:30:19.2591984Z     Checking tokio-stream v0.1.18
2026-06-04T14:30:19.2592495Z     Checking tokio-websockets v0.13.2
2026-06-04T14:30:19.3519777Z     Checking n0-watcher v0.6.1
2026-06-04T14:30:19.3520027Z     Checking iroh-dns v0.98.0
2026-06-04T14:30:19.5296041Z     Checking noq v0.18.0
2026-06-04T14:30:20.2940911Z     Checking wmi v0.18.4
2026-06-04T14:30:20.6167911Z     Checking netwatch v0.16.0
2026-06-04T14:30:21.0541628Z     Checking hyper v1.10.1
2026-06-04T14:30:21.0541855Z     Checking hickory-net v0.26.0-beta.4
2026-06-04T14:30:21.6323860Z     Checking hyper-util v0.1.20
2026-06-04T14:30:21.6784861Z     Checking hickory-resolver v0.26.0-beta.4
2026-06-04T14:30:22.2835286Z     Checking hyper-rustls v0.27.9
2026-06-04T14:30:22.2835501Z     Checking igd-next v0.17.1
2026-06-04T14:30:22.3946406Z     Checking reqwest v0.13.4
2026-06-04T14:30:22.5097605Z     Checking portmapper v0.16.0
2026-06-04T14:30:23.5458509Z     Checking iroh v0.98.2
2026-06-04T14:30:26.6266183Z     Checking spt-net v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-04T14:30:27.4395266Z     Checking spt-daemon v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-04T14:30:28.9649006Z     Checking spt v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-04T14:30:30.2512578Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.18s
2026-06-04T14:30:30.4399945Z Post job cleanup.
2026-06-04T14:30:30.5371204Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-04T14:30:30.5567636Z git version 2.43.0.windows.1
2026-06-04T14:30:30.5605135Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\f4a55b5d-a9dc-4d96-9a2d-d795ebd77798\.gitconfig'
2026-06-04T14:30:30.5617266Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\f4a55b5d-a9dc-4d96-9a2d-d795ebd77798' before making global git config changes
2026-06-04T14:30:30.5617742Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T14:30:30.5622683Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-04T14:30:30.5844459Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-04T14:30:30.6055685Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-04T14:30:30.9705373Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T14:30:30.9903353Z http.https://github.com/.extraheader
2026-06-04T14:30:30.9929975Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-06-04T14:30:31.0158672Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-04T14:30:31.3771374Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T14:30:31.3996186Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-04T14:30:31.7789475Z Cleaning up orphan processes
